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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=6",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 7,
    "results": [
        {
            "start": 816443253,
            "stop": 816443386
        },
        {
            "start": 816443394,
            "stop": 816445594
        },
        {
            "start": 816445602,
            "stop": 816446039
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816468651
        },
        {
            "start": 816468661,
            "stop": 816473725
        },
        {
            "start": 816474324,
            "stop": 816475069
        },
        {
            "start": 816475077,
            "stop": 816476055
        },
        {
            "start": 816476063,
            "stop": 816476779
        },
        {
            "start": 816476790,
            "stop": 816480970
        },
        {
            "start": 816482627,
            "stop": 816483543
        },
        {
            "start": 816483551,
            "stop": 816483568
        },
        {
            "start": 816483579,
            "stop": 816483811
        },
        {
            "start": 816483820,
            "stop": 816483937
        },
        {
            "start": 816483945,
            "stop": 816483958
        },
        {
            "start": 816483966,
            "stop": 816484424
        },
        {
            "start": 816484432,
            "stop": 816484433
        },
        {
            "start": 816484441,
            "stop": 816484636
        },
        {
            "start": 816485606,
            "stop": 816486334
        }
    ]
}