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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=89",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 90,
    "results": [
        {
            "start": 845408936,
            "stop": 845421384
        },
        {
            "start": 845427994,
            "stop": 845440462
        },
        {
            "start": 845443248,
            "stop": 845446614
        },
        {
            "start": 845448148,
            "stop": 845476802
        },
        {
            "start": 845478132,
            "stop": 845478682
        },
        {
            "start": 845479716,
            "stop": 845492599
        },
        {
            "start": 845493978,
            "stop": 845504073
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533125
        },
        {
            "start": 845539529,
            "stop": 845541940
        },
        {
            "start": 845548807,
            "stop": 845560849
        },
        {
            "start": 845590143,
            "stop": 845636173
        },
        {
            "start": 845637179,
            "stop": 845657701
        },
        {
            "start": 845660218,
            "stop": 845665856
        },
        {
            "start": 845666432,
            "stop": 845668166
        },
        {
            "start": 845669780,
            "stop": 845669945
        },
        {
            "start": 845671230,
            "stop": 845674167
        },
        {
            "start": 845675760,
            "stop": 845687611
        },
        {
            "start": 845691701,
            "stop": 845700283
        },
        {
            "start": 845700951,
            "stop": 845701110
        }
    ]
}