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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=3",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 4,
    "results": [
        {
            "start": 816258792,
            "stop": 816258873
        },
        {
            "start": 816258881,
            "stop": 816259198
        },
        {
            "start": 816260098,
            "stop": 816260163
        },
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269358
        },
        {
            "start": 816270860,
            "stop": 816271109
        },
        {
            "start": 816271115,
            "stop": 816271455
        },
        {
            "start": 816271463,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816272167
        },
        {
            "start": 816272175,
            "stop": 816272199
        },
        {
            "start": 816272207,
            "stop": 816272211
        },
        {
            "start": 816272219,
            "stop": 816272221
        },
        {
            "start": 816272240,
            "stop": 816272242
        },
        {
            "start": 816272250,
            "stop": 816272266
        },
        {
            "start": 816272274,
            "stop": 816272406
        },
        {
            "start": 816272414,
            "stop": 816272458
        },
        {
            "start": 816272465,
            "stop": 816273228
        },
        {
            "start": 816273238,
            "stop": 816274210
        },
        {
            "start": 816274218,
            "stop": 816274673
        },
        {
            "start": 816274680,
            "stop": 816275739
        }
    ]
}