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/H2_BURST_CAT2E/segments?format=api&page=125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=124",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 125,
    "results": [
        {
            "start": 821499294,
            "stop": 821499296
        },
        {
            "start": 821499299,
            "stop": 821499313
        },
        {
            "start": 821499316,
            "stop": 821499340
        },
        {
            "start": 821499343,
            "stop": 821499346
        },
        {
            "start": 821499349,
            "stop": 821499356
        },
        {
            "start": 821499359,
            "stop": 821499412
        },
        {
            "start": 821499418,
            "stop": 821499419
        },
        {
            "start": 821499422,
            "stop": 821499501
        },
        {
            "start": 821499504,
            "stop": 821499505
        },
        {
            "start": 821499508,
            "stop": 821499518
        },
        {
            "start": 821499521,
            "stop": 821499584
        },
        {
            "start": 821499590,
            "stop": 821499606
        },
        {
            "start": 821499609,
            "stop": 821499629
        },
        {
            "start": 821499632,
            "stop": 821499668
        },
        {
            "start": 821499671,
            "stop": 821499713
        },
        {
            "start": 821499716,
            "stop": 821499757
        },
        {
            "start": 821499760,
            "stop": 821499761
        },
        {
            "start": 821499764,
            "stop": 821499779
        },
        {
            "start": 821499783,
            "stop": 821499797
        },
        {
            "start": 821499800,
            "stop": 821499801
        }
    ]
}