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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=35",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 36,
    "results": [
        {
            "start": 816471552,
            "stop": 816471793
        },
        {
            "start": 816471815,
            "stop": 816471817
        },
        {
            "start": 816471838,
            "stop": 816471948
        },
        {
            "start": 816471975,
            "stop": 816472145
        },
        {
            "start": 816472168,
            "stop": 816472204
        },
        {
            "start": 816472232,
            "stop": 816472415
        },
        {
            "start": 816472479,
            "stop": 816472655
        },
        {
            "start": 816472678,
            "stop": 816472780
        },
        {
            "start": 816472801,
            "stop": 816472831
        },
        {
            "start": 816472969,
            "stop": 816473496
        },
        {
            "start": 816473525,
            "stop": 816473599
        },
        {
            "start": 816474336,
            "stop": 816474516
        },
        {
            "start": 816474542,
            "stop": 816474695
        },
        {
            "start": 816474754,
            "stop": 816474877
        },
        {
            "start": 816474928,
            "stop": 816475062
        },
        {
            "start": 816475167,
            "stop": 816475199
        },
        {
            "start": 816475237,
            "stop": 816475355
        },
        {
            "start": 816475375,
            "stop": 816475379
        },
        {
            "start": 816475401,
            "stop": 816475469
        },
        {
            "start": 816475488,
            "stop": 816475826
        }
    ]
}