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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=347",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 348,
    "results": [
        {
            "start": 931920953,
            "stop": 931920958
        },
        {
            "start": 931920962,
            "stop": 931920963
        },
        {
            "start": 931920966,
            "stop": 931920970
        },
        {
            "start": 931920972,
            "stop": 931920985
        },
        {
            "start": 931920987,
            "stop": 931920996
        },
        {
            "start": 931920999,
            "stop": 931921003
        },
        {
            "start": 931921005,
            "stop": 931921039
        },
        {
            "start": 931921041,
            "stop": 931921046
        },
        {
            "start": 931921048,
            "stop": 931921068
        },
        {
            "start": 931921071,
            "stop": 931921077
        },
        {
            "start": 931921079,
            "stop": 931921161
        },
        {
            "start": 931921167,
            "stop": 931921175
        },
        {
            "start": 931921177,
            "stop": 931921188
        },
        {
            "start": 931921190,
            "stop": 931921200
        },
        {
            "start": 931921202,
            "stop": 931921224
        },
        {
            "start": 931921226,
            "stop": 931921228
        },
        {
            "start": 931921230,
            "stop": 931921238
        },
        {
            "start": 931921242,
            "stop": 931921247
        },
        {
            "start": 931921250,
            "stop": 931921255
        },
        {
            "start": 931921258,
            "stop": 931921268
        }
    ]
}