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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=102",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 103,
    "results": [
        {
            "start": 824978659,
            "stop": 824979129
        },
        {
            "start": 824979502,
            "stop": 824979596
        },
        {
            "start": 824979706,
            "stop": 824979723
        },
        {
            "start": 824980023,
            "stop": 824983326
        },
        {
            "start": 824983436,
            "stop": 824983496
        },
        {
            "start": 824983796,
            "stop": 824989008
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 824999444
        },
        {
            "start": 824999744,
            "stop": 824999938
        },
        {
            "start": 825000048,
            "stop": 825000707
        },
        {
            "start": 825001120,
            "stop": 825002584
        },
        {
            "start": 825002694,
            "stop": 825002835
        },
        {
            "start": 825003135,
            "stop": 825004026
        },
        {
            "start": 825004600,
            "stop": 825014598
        },
        {
            "start": 825014898,
            "stop": 825015808
        },
        {
            "start": 825016108,
            "stop": 825016821
        },
        {
            "start": 825016823,
            "stop": 825018891
        },
        {
            "start": 825018898,
            "stop": 825018915
        },
        {
            "start": 825018918,
            "stop": 825019456
        },
        {
            "start": 825019756,
            "stop": 825019913
        }
    ]
}