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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5375",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5376,
    "results": [
        {
            "start": 971558694,
            "stop": 971558852
        },
        {
            "start": 971558855,
            "stop": 971558888
        },
        {
            "start": 971558891,
            "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": 971559577
        },
        {
            "start": 971559580,
            "stop": 971559588
        },
        {
            "start": 971559609,
            "stop": 971559615
        },
        {
            "start": 971559619,
            "stop": 971559862
        },
        {
            "start": 971559865,
            "stop": 971561290
        },
        {
            "start": 971561293,
            "stop": 971561343
        },
        {
            "start": 971561360,
            "stop": 971561368
        },
        {
            "start": 971561371,
            "stop": 971561422
        },
        {
            "start": 971561425,
            "stop": 971561533
        },
        {
            "start": 971561539,
            "stop": 971561969
        },
        {
            "start": 971561972,
            "stop": 971562333
        }
    ]
}