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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=243",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 244,
    "results": [
        {
            "start": 934558569,
            "stop": 934560133
        },
        {
            "start": 934560136,
            "stop": 934560153
        },
        {
            "start": 934560155,
            "stop": 934560157
        },
        {
            "start": 934560159,
            "stop": 934560182
        },
        {
            "start": 934560184,
            "stop": 934560209
        },
        {
            "start": 934560211,
            "stop": 934560215
        },
        {
            "start": 934560218,
            "stop": 934560232
        },
        {
            "start": 934560236,
            "stop": 934561045
        },
        {
            "start": 934561051,
            "stop": 934561524
        },
        {
            "start": 934566136,
            "stop": 934566924
        },
        {
            "start": 934570265,
            "stop": 934570934
        },
        {
            "start": 934570937,
            "stop": 934570958
        },
        {
            "start": 934570960,
            "stop": 934570965
        },
        {
            "start": 934570969,
            "stop": 934570983
        },
        {
            "start": 934570986,
            "stop": 934571010
        },
        {
            "start": 934571012,
            "stop": 934571016
        },
        {
            "start": 934571018,
            "stop": 934571032
        },
        {
            "start": 934571037,
            "stop": 934574535
        },
        {
            "start": 934574537,
            "stop": 934574557
        },
        {
            "start": 934574560,
            "stop": 934574584
        }
    ]
}