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=10199
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=10200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10198",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10199,
    "results": [
        {
            "start": 873961765,
            "stop": 873961797
        },
        {
            "start": 873961844,
            "stop": 873961867
        },
        {
            "start": 873961903,
            "stop": 873962742
        },
        {
            "start": 873962778,
            "stop": 873962918
        },
        {
            "start": 873962925,
            "stop": 873963200
        },
        {
            "start": 873963217,
            "stop": 873963221
        },
        {
            "start": 873963258,
            "stop": 873965286
        },
        {
            "start": 873965322,
            "stop": 873965471
        },
        {
            "start": 873965488,
            "stop": 873965992
        },
        {
            "start": 873966000,
            "stop": 873966438
        },
        {
            "start": 873966445,
            "stop": 873966926
        },
        {
            "start": 873966936,
            "stop": 873966940
        },
        {
            "start": 873966977,
            "stop": 873968089
        },
        {
            "start": 873968106,
            "stop": 873968850
        },
        {
            "start": 873970650,
            "stop": 873971358
        },
        {
            "start": 873971365,
            "stop": 873971511
        },
        {
            "start": 873971547,
            "stop": 873972372
        },
        {
            "start": 873972389,
            "stop": 873972920
        },
        {
            "start": 873972937,
            "stop": 873973799
        },
        {
            "start": 873973806,
            "stop": 873974207
        }
    ]
}