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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4652",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4650",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4651,
    "results": [
        {
            "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
        },
        {
            "start": 969613791,
            "stop": 969613849
        },
        {
            "start": 969613852,
            "stop": 969613952
        },
        {
            "start": 969613955,
            "stop": 969614157
        },
        {
            "start": 969614160,
            "stop": 969614223
        },
        {
            "start": 969614226,
            "stop": 969614326
        },
        {
            "start": 969614329,
            "stop": 969614738
        }
    ]
}