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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=608",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 609,
    "results": [
        {
            "start": 845493978,
            "stop": 845504071
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533124
        },
        {
            "start": 845539529,
            "stop": 845541939
        },
        {
            "start": 845548807,
            "stop": 845560848
        },
        {
            "start": 845590143,
            "stop": 845590661
        },
        {
            "start": 845590666,
            "stop": 845636172
        },
        {
            "start": 845637179,
            "stop": 845657694
        },
        {
            "start": 845660218,
            "stop": 845665853
        },
        {
            "start": 845666432,
            "stop": 845668163
        },
        {
            "start": 845669780,
            "stop": 845669945
        },
        {
            "start": 845671230,
            "stop": 845673266
        },
        {
            "start": 845673271,
            "stop": 845674164
        },
        {
            "start": 845675760,
            "stop": 845687611
        },
        {
            "start": 845691701,
            "stop": 845700282
        },
        {
            "start": 845700951,
            "stop": 845701110
        },
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793605,
            "stop": 845813285
        },
        {
            "start": 845813793,
            "stop": 845817635
        },
        {
            "start": 845819206,
            "stop": 845823325
        }
    ]
}