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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2209",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2210,
    "results": [
        {
            "start": 872670439,
            "stop": 872670462
        },
        {
            "start": 872670488,
            "stop": 872671357
        },
        {
            "start": 872671376,
            "stop": 872671869
        },
        {
            "start": 872671888,
            "stop": 872671919
        },
        {
            "start": 872671938,
            "stop": 872672827
        },
        {
            "start": 872672851,
            "stop": 872674108
        },
        {
            "start": 872674127,
            "stop": 872677317
        },
        {
            "start": 872677336,
            "stop": 872677570
        },
        {
            "start": 872677589,
            "stop": 872679314
        },
        {
            "start": 872679333,
            "stop": 872679493
        },
        {
            "start": 872679517,
            "stop": 872679563
        },
        {
            "start": 872679582,
            "stop": 872679955
        },
        {
            "start": 872679977,
            "stop": 872680003
        },
        {
            "start": 872680022,
            "stop": 872680829
        },
        {
            "start": 872680848,
            "stop": 872680932
        },
        {
            "start": 872680951,
            "stop": 872683198
        },
        {
            "start": 872685519,
            "stop": 872685531
        },
        {
            "start": 872685548,
            "stop": 872685569
        },
        {
            "start": 872685597,
            "stop": 872685651
        },
        {
            "start": 872685668,
            "stop": 872685715
        }
    ]
}