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=4555
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=4556",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4554",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4555,
    "results": [
        {
            "start": 968768246,
            "stop": 968768964
        },
        {
            "start": 968768968,
            "stop": 968768970
        },
        {
            "start": 968768973,
            "stop": 968769522
        },
        {
            "start": 968769525,
            "stop": 968770005
        },
        {
            "start": 968770008,
            "stop": 968770554
        },
        {
            "start": 968770558,
            "stop": 968770609
        },
        {
            "start": 968770612,
            "stop": 968771157
        },
        {
            "start": 968771160,
            "stop": 968771208
        },
        {
            "start": 968771212,
            "stop": 968772860
        },
        {
            "start": 968772863,
            "stop": 968772975
        },
        {
            "start": 968772978,
            "stop": 968773241
        },
        {
            "start": 968773244,
            "stop": 968773407
        },
        {
            "start": 968773410,
            "stop": 968773750
        },
        {
            "start": 968773778,
            "stop": 968773925
        },
        {
            "start": 968773928,
            "stop": 968773978
        },
        {
            "start": 968773981,
            "stop": 968774710
        },
        {
            "start": 968774713,
            "stop": 968774756
        },
        {
            "start": 968774759,
            "stop": 968774760
        },
        {
            "start": 968774763,
            "stop": 968774945
        },
        {
            "start": 968774948,
            "stop": 968775004
        }
    ]
}