Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=123",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 124,
    "results": [
        {
            "start": 832921399,
            "stop": 832923518
        },
        {
            "start": 832923520,
            "stop": 832923554
        },
        {
            "start": 832927446,
            "stop": 832932681
        },
        {
            "start": 832932760,
            "stop": 832939998
        },
        {
            "start": 832940647,
            "stop": 832940793
        },
        {
            "start": 832940903,
            "stop": 832941570
        },
        {
            "start": 832941870,
            "stop": 832950569
        },
        {
            "start": 832955090,
            "stop": 833007533
        },
        {
            "start": 833011436,
            "stop": 833016128
        },
        {
            "start": 833016428,
            "stop": 833020524
        },
        {
            "start": 833020933,
            "stop": 833026123
        },
        {
            "start": 833026423,
            "stop": 833026749
        },
        {
            "start": 833027154,
            "stop": 833034142
        },
        {
            "start": 833034144,
            "stop": 833035605
        },
        {
            "start": 833053009,
            "stop": 833053643
        },
        {
            "start": 833053943,
            "stop": 833054314
        },
        {
            "start": 833054614,
            "stop": 833057305
        },
        {
            "start": 833063328,
            "stop": 833069161
        },
        {
            "start": 833070022,
            "stop": 833089632
        },
        {
            "start": 833090585,
            "stop": 833091152
        }
    ]
}