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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=260",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 261,
    "results": [
        {
            "start": 933340331,
            "stop": 933340401
        },
        {
            "start": 933340428,
            "stop": 933340519
        },
        {
            "start": 933340538,
            "stop": 933340709
        },
        {
            "start": 933340728,
            "stop": 933340801
        },
        {
            "start": 933340832,
            "stop": 933340873
        },
        {
            "start": 933340900,
            "stop": 933341119
        },
        {
            "start": 933341138,
            "stop": 933341421
        },
        {
            "start": 933341440,
            "stop": 933341455
        },
        {
            "start": 933341560,
            "stop": 933341573
        },
        {
            "start": 933341592,
            "stop": 933341614
        },
        {
            "start": 933341633,
            "stop": 933341739
        },
        {
            "start": 933341757,
            "stop": 933341826
        },
        {
            "start": 933341827,
            "stop": 933341846
        },
        {
            "start": 933341868,
            "stop": 933341926
        },
        {
            "start": 933341944,
            "stop": 933341981
        },
        {
            "start": 933342008,
            "stop": 933342116
        },
        {
            "start": 933342135,
            "stop": 933342143
        },
        {
            "start": 933342148,
            "stop": 933342246
        },
        {
            "start": 933342265,
            "stop": 933342320
        },
        {
            "start": 933342339,
            "stop": 933342355
        }
    ]
}