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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=12",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 13,
    "results": [
        {
            "start": 931138778,
            "stop": 931138786
        },
        {
            "start": 931138792,
            "stop": 931138801
        },
        {
            "start": 931138808,
            "stop": 931138824
        },
        {
            "start": 931138834,
            "stop": 931138942
        },
        {
            "start": 931138948,
            "stop": 931138957
        },
        {
            "start": 931138963,
            "stop": 931138968
        },
        {
            "start": 931138974,
            "stop": 931139003
        },
        {
            "start": 931139009,
            "stop": 931139010
        },
        {
            "start": 931139016,
            "stop": 931139018
        },
        {
            "start": 931139025,
            "stop": 931139027
        },
        {
            "start": 931139033,
            "stop": 931139036
        },
        {
            "start": 931139042,
            "stop": 931139044
        },
        {
            "start": 931139050,
            "stop": 931139051
        },
        {
            "start": 931139178,
            "stop": 931139189
        },
        {
            "start": 931139230,
            "stop": 931139231
        },
        {
            "start": 931139239,
            "stop": 931139250
        },
        {
            "start": 931139256,
            "stop": 931139259
        },
        {
            "start": 931139273,
            "stop": 931139274
        },
        {
            "start": 931139285,
            "stop": 931139287
        },
        {
            "start": 931139292,
            "stop": 931139299
        }
    ]
}