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=4817
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=4818",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4816",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4817,
    "results": [
        {
            "start": 971010365,
            "stop": 971010462
        },
        {
            "start": 971010465,
            "stop": 971010768
        },
        {
            "start": 971010771,
            "stop": 971010801
        },
        {
            "start": 971010804,
            "stop": 971010949
        },
        {
            "start": 971010952,
            "stop": 971010986
        },
        {
            "start": 971010989,
            "stop": 971011253
        },
        {
            "start": 971011256,
            "stop": 971011609
        },
        {
            "start": 971011612,
            "stop": 971012110
        },
        {
            "start": 971012113,
            "stop": 971012713
        },
        {
            "start": 971012716,
            "stop": 971013471
        },
        {
            "start": 971013474,
            "stop": 971013588
        },
        {
            "start": 971013591,
            "stop": 971013609
        },
        {
            "start": 971013614,
            "stop": 971013845
        },
        {
            "start": 971013848,
            "stop": 971014118
        },
        {
            "start": 971015969,
            "stop": 971016005
        },
        {
            "start": 971016008,
            "stop": 971016842
        },
        {
            "start": 971016845,
            "stop": 971017103
        },
        {
            "start": 971017106,
            "stop": 971017310
        },
        {
            "start": 971017313,
            "stop": 971017995
        },
        {
            "start": 971017998,
            "stop": 971018015
        }
    ]
}