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=6530
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=6531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6529",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6530,
    "results": [
        {
            "start": 874331426,
            "stop": 874332155
        },
        {
            "start": 874332156,
            "stop": 874332252
        },
        {
            "start": 874332253,
            "stop": 874332346
        },
        {
            "start": 874332347,
            "stop": 874332811
        },
        {
            "start": 874332812,
            "stop": 874333151
        },
        {
            "start": 874333152,
            "stop": 874333353
        },
        {
            "start": 874333354,
            "stop": 874333563
        },
        {
            "start": 874333564,
            "stop": 874333565
        },
        {
            "start": 874333566,
            "stop": 874333855
        },
        {
            "start": 874333857,
            "stop": 874334001
        },
        {
            "start": 874334003,
            "stop": 874334258
        },
        {
            "start": 874334259,
            "stop": 874334698
        },
        {
            "start": 874334699,
            "stop": 874334716
        },
        {
            "start": 874334718,
            "stop": 874335449
        },
        {
            "start": 874335450,
            "stop": 874335679
        },
        {
            "start": 874335680,
            "stop": 874335821
        },
        {
            "start": 874335822,
            "stop": 874335886
        },
        {
            "start": 874335887,
            "stop": 874336022
        },
        {
            "start": 874336024,
            "stop": 874336297
        },
        {
            "start": 874336298,
            "stop": 874336346
        }
    ]
}