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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5156",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5157,
    "results": [
        {
            "start": 969607355,
            "stop": 969607670
        },
        {
            "start": 969607676,
            "stop": 969608257
        },
        {
            "start": 969608260,
            "stop": 969608269
        },
        {
            "start": 969608272,
            "stop": 969608852
        },
        {
            "start": 969608856,
            "stop": 969608942
        },
        {
            "start": 969608945,
            "stop": 969609711
        },
        {
            "start": 969609714,
            "stop": 969609728
        },
        {
            "start": 969609731,
            "stop": 969609844
        },
        {
            "start": 969609847,
            "stop": 969610258
        },
        {
            "start": 969610261,
            "stop": 969610423
        },
        {
            "start": 969610426,
            "stop": 969610427
        },
        {
            "start": 969610430,
            "stop": 969611002
        },
        {
            "start": 969611005,
            "stop": 969611209
        },
        {
            "start": 969611212,
            "stop": 969611983
        },
        {
            "start": 969611986,
            "stop": 969612655
        },
        {
            "start": 969612658,
            "stop": 969612718
        },
        {
            "start": 969612721,
            "stop": 969612784
        },
        {
            "start": 969612787,
            "stop": 969613150
        },
        {
            "start": 969613153,
            "stop": 969613602
        },
        {
            "start": 969613605,
            "stop": 969613788
        }
    ]
}