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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14930",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14928",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14929,
    "results": [
        {
            "start": 971558855,
            "stop": 971558888
        },
        {
            "start": 971558891,
            "stop": 971558904
        },
        {
            "start": 971558905,
            "stop": 971558971
        },
        {
            "start": 971559000,
            "stop": 971559357
        },
        {
            "start": 971559360,
            "stop": 971559361
        },
        {
            "start": 971559364,
            "stop": 971559389
        },
        {
            "start": 971559392,
            "stop": 971559422
        },
        {
            "start": 971559425,
            "stop": 971559470
        },
        {
            "start": 971559473,
            "stop": 971559519
        },
        {
            "start": 971559540,
            "stop": 971559548
        },
        {
            "start": 971559551,
            "stop": 971559577
        },
        {
            "start": 971559580,
            "stop": 971559588
        },
        {
            "start": 971559609,
            "stop": 971559615
        },
        {
            "start": 971559619,
            "stop": 971559862
        },
        {
            "start": 971559865,
            "stop": 971561290
        },
        {
            "start": 971561293,
            "stop": 971561348
        },
        {
            "start": 971561353,
            "stop": 971561368
        },
        {
            "start": 971561371,
            "stop": 971561422
        },
        {
            "start": 971561425,
            "stop": 971561533
        },
        {
            "start": 971561539,
            "stop": 971561969
        }
    ]
}