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=10159
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=10160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10158",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10159,
    "results": [
        {
            "start": 873758040,
            "stop": 873758077
        },
        {
            "start": 873758085,
            "stop": 873758100
        },
        {
            "start": 873758160,
            "stop": 873758220
        },
        {
            "start": 873759860,
            "stop": 873760080
        },
        {
            "start": 873760140,
            "stop": 873760320
        },
        {
            "start": 873760440,
            "stop": 873760543
        },
        {
            "start": 873760550,
            "stop": 873760560
        },
        {
            "start": 873760620,
            "stop": 873760734
        },
        {
            "start": 873760770,
            "stop": 873760806
        },
        {
            "start": 873760823,
            "stop": 873760829
        },
        {
            "start": 873760846,
            "stop": 873760970
        },
        {
            "start": 873760978,
            "stop": 873760993
        },
        {
            "start": 873761000,
            "stop": 873761700
        },
        {
            "start": 873762570,
            "stop": 873763014
        },
        {
            "start": 873763022,
            "stop": 873763150
        },
        {
            "start": 873763158,
            "stop": 873763229
        },
        {
            "start": 873763237,
            "stop": 873763344
        },
        {
            "start": 873763352,
            "stop": 873763466
        },
        {
            "start": 873764760,
            "stop": 873764820
        },
        {
            "start": 873765100,
            "stop": 873765447
        }
    ]
}