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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=695",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 696,
    "results": [
        {
            "start": 951050988,
            "stop": 951051247
        },
        {
            "start": 951051253,
            "stop": 951051653
        },
        {
            "start": 951051659,
            "stop": 951051897
        },
        {
            "start": 951051903,
            "stop": 951052314
        },
        {
            "start": 951052320,
            "stop": 951053726
        },
        {
            "start": 951053732,
            "stop": 951054626
        },
        {
            "start": 951054632,
            "stop": 951055058
        },
        {
            "start": 951055064,
            "stop": 951055601
        },
        {
            "start": 951056327,
            "stop": 951056394
        },
        {
            "start": 951064054,
            "stop": 951068333
        },
        {
            "start": 951068339,
            "stop": 951070232
        },
        {
            "start": 951070238,
            "stop": 951072355
        },
        {
            "start": 951072744,
            "stop": 951075023
        },
        {
            "start": 951075029,
            "stop": 951075251
        },
        {
            "start": 951076594,
            "stop": 951076762
        },
        {
            "start": 951082318,
            "stop": 951083563
        },
        {
            "start": 951083569,
            "stop": 951083853
        },
        {
            "start": 951083859,
            "stop": 951083928
        },
        {
            "start": 951083934,
            "stop": 951089256
        },
        {
            "start": 951089262,
            "stop": 951089906
        }
    ]
}