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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=380",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 381,
    "results": [
        {
            "start": 960539830,
            "stop": 960548537
        },
        {
            "start": 960549973,
            "stop": 960552053
        },
        {
            "start": 960554301,
            "stop": 960556205
        },
        {
            "start": 960564584,
            "stop": 960565598
        },
        {
            "start": 960570427,
            "stop": 960574196
        },
        {
            "start": 960575956,
            "stop": 960577746
        },
        {
            "start": 960586389,
            "stop": 960593036
        },
        {
            "start": 960602576,
            "stop": 960604820
        },
        {
            "start": 960604827,
            "stop": 960606282
        },
        {
            "start": 960619904,
            "stop": 960642901
        },
        {
            "start": 960642954,
            "stop": 960642978
        },
        {
            "start": 960643044,
            "stop": 960649110
        },
        {
            "start": 960717101,
            "stop": 960717766
        },
        {
            "start": 960719602,
            "stop": 960719890
        },
        {
            "start": 960721561,
            "stop": 960732886
        },
        {
            "start": 960735537,
            "stop": 960739409
        },
        {
            "start": 960741670,
            "stop": 960744453
        },
        {
            "start": 960747291,
            "stop": 960750352
        },
        {
            "start": 960757998,
            "stop": 960760790
        },
        {
            "start": 960763791,
            "stop": 960766590
        }
    ]
}