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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15682",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15683,
    "results": [
        {
            "start": 971160838,
            "stop": 971160843
        },
        {
            "start": 971160844,
            "stop": 971160845
        },
        {
            "start": 971160849,
            "stop": 971160851
        },
        {
            "start": 971160852,
            "stop": 971160854
        },
        {
            "start": 971160857,
            "stop": 971160859
        },
        {
            "start": 971160861,
            "stop": 971160862
        },
        {
            "start": 971160863,
            "stop": 971160865
        },
        {
            "start": 971160867,
            "stop": 971160874
        },
        {
            "start": 971160875,
            "stop": 971160900
        },
        {
            "start": 971160902,
            "stop": 971160907
        },
        {
            "start": 971160908,
            "stop": 971160912
        },
        {
            "start": 971160914,
            "stop": 971160917
        },
        {
            "start": 971160919,
            "stop": 971160923
        },
        {
            "start": 971160928,
            "stop": 971160930
        },
        {
            "start": 971160931,
            "stop": 971160935
        },
        {
            "start": 971160936,
            "stop": 971160938
        },
        {
            "start": 971160941,
            "stop": 971160943
        },
        {
            "start": 971160945,
            "stop": 971160947
        },
        {
            "start": 971160948,
            "stop": 971160952
        },
        {
            "start": 971160954,
            "stop": 971160959
        }
    ]
}