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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=164",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 165,
    "results": [
        {
            "start": 832651392,
            "stop": 832658050
        },
        {
            "start": 832658796,
            "stop": 832667464
        },
        {
            "start": 832667561,
            "stop": 832682601
        },
        {
            "start": 832682841,
            "stop": 832682901
        },
        {
            "start": 832684426,
            "stop": 832688353
        },
        {
            "start": 832689169,
            "stop": 832690143
        },
        {
            "start": 832690878,
            "stop": 832698042
        },
        {
            "start": 832698046,
            "stop": 832698892
        },
        {
            "start": 832701217,
            "stop": 832702360
        },
        {
            "start": 832703030,
            "stop": 832706533
        },
        {
            "start": 832707216,
            "stop": 832713973
        },
        {
            "start": 832715036,
            "stop": 832716661
        },
        {
            "start": 832717254,
            "stop": 832718833
        },
        {
            "start": 832719982,
            "stop": 832720393
        },
        {
            "start": 832720419,
            "stop": 832720420
        },
        {
            "start": 832720539,
            "stop": 832720950
        },
        {
            "start": 832720963,
            "stop": 832772754
        },
        {
            "start": 832774035,
            "stop": 832801933
        },
        {
            "start": 832803849,
            "stop": 832821912
        },
        {
            "start": 832823213,
            "stop": 832823293
        }
    ]
}