Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10280
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10279",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10280,
    "results": [
        {
            "start": 874881000,
            "stop": 874881060
        },
        {
            "start": 874881120,
            "stop": 874881420
        },
        {
            "start": 874881480,
            "stop": 874881954
        },
        {
            "start": 874882003,
            "stop": 874882479
        },
        {
            "start": 874882486,
            "stop": 874883280
        },
        {
            "start": 874883340,
            "stop": 874883940
        },
        {
            "start": 874884000,
            "stop": 874884969
        },
        {
            "start": 874885005,
            "stop": 874885070
        },
        {
            "start": 874885077,
            "stop": 874886514
        },
        {
            "start": 874886550,
            "stop": 874886666
        },
        {
            "start": 874886703,
            "stop": 874887250
        },
        {
            "start": 874887286,
            "stop": 874887560
        },
        {
            "start": 874887578,
            "stop": 874887588
        },
        {
            "start": 874887624,
            "stop": 874887812
        },
        {
            "start": 874887979,
            "stop": 874888060
        },
        {
            "start": 874888068,
            "stop": 874888200
        },
        {
            "start": 874888260,
            "stop": 874888560
        },
        {
            "start": 874888620,
            "stop": 874889000
        },
        {
            "start": 874889036,
            "stop": 874889085
        },
        {
            "start": 874889093,
            "stop": 874889112
        }
    ]
}