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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10222",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10223,
    "results": [
        {
            "start": 874205397,
            "stop": 874209946
        },
        {
            "start": 874209954,
            "stop": 874211845
        },
        {
            "start": 874211853,
            "stop": 874211877
        },
        {
            "start": 874211885,
            "stop": 874214938
        },
        {
            "start": 874214945,
            "stop": 874216215
        },
        {
            "start": 874216262,
            "stop": 874216445
        },
        {
            "start": 874216462,
            "stop": 874216546
        },
        {
            "start": 874216553,
            "stop": 874216585
        },
        {
            "start": 874216651,
            "stop": 874219064
        },
        {
            "start": 874219072,
            "stop": 874219183
        },
        {
            "start": 874219191,
            "stop": 874220678
        },
        {
            "start": 874220721,
            "stop": 874220761
        },
        {
            "start": 874220797,
            "stop": 874220839
        },
        {
            "start": 874220875,
            "stop": 874221028
        },
        {
            "start": 874221045,
            "stop": 874221152
        },
        {
            "start": 874221318,
            "stop": 874221323
        },
        {
            "start": 874221377,
            "stop": 874221400
        },
        {
            "start": 874221472,
            "stop": 874221475
        },
        {
            "start": 874221511,
            "stop": 874221707
        },
        {
            "start": 874221743,
            "stop": 874221926
        }
    ]
}