Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=63",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 64,
    "results": [
        {
            "start": 816472875,
            "stop": 816472877
        },
        {
            "start": 816472883,
            "stop": 816472886
        },
        {
            "start": 816472889,
            "stop": 816472893
        },
        {
            "start": 816472902,
            "stop": 816472908
        },
        {
            "start": 816472918,
            "stop": 816472922
        },
        {
            "start": 816472930,
            "stop": 816472932
        },
        {
            "start": 816472945,
            "stop": 816472947
        },
        {
            "start": 816472953,
            "stop": 816472956
        },
        {
            "start": 816472961,
            "stop": 816473504
        },
        {
            "start": 816473508,
            "stop": 816473512
        },
        {
            "start": 816473517,
            "stop": 816473607
        },
        {
            "start": 816473611,
            "stop": 816473713
        },
        {
            "start": 816474328,
            "stop": 816474524
        },
        {
            "start": 816474527,
            "stop": 816474530
        },
        {
            "start": 816474534,
            "stop": 816474703
        },
        {
            "start": 816474710,
            "stop": 816474726
        },
        {
            "start": 816474732,
            "stop": 816474734
        },
        {
            "start": 816474737,
            "stop": 816474740
        },
        {
            "start": 816474746,
            "stop": 816474885
        },
        {
            "start": 816474890,
            "stop": 816474899
        }
    ]
}