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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5273",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5274,
    "results": [
        {
            "start": 874753644,
            "stop": 874753835
        },
        {
            "start": 874753842,
            "stop": 874754109
        },
        {
            "start": 874754126,
            "stop": 874754388
        },
        {
            "start": 874754395,
            "stop": 874754486
        },
        {
            "start": 874754493,
            "stop": 874755076
        },
        {
            "start": 874755110,
            "stop": 874755344
        },
        {
            "start": 874755378,
            "stop": 874755801
        },
        {
            "start": 874755841,
            "stop": 874755842
        },
        {
            "start": 874755876,
            "stop": 874755933
        },
        {
            "start": 874755944,
            "stop": 874756170
        },
        {
            "start": 874756204,
            "stop": 874756467
        },
        {
            "start": 874756501,
            "stop": 874756502
        },
        {
            "start": 874756536,
            "stop": 874756603
        },
        {
            "start": 874756643,
            "stop": 874756752
        },
        {
            "start": 874756786,
            "stop": 874756995
        },
        {
            "start": 874757029,
            "stop": 874757275
        },
        {
            "start": 874757286,
            "stop": 874757493
        },
        {
            "start": 874757559,
            "stop": 874757678
        },
        {
            "start": 874757712,
            "stop": 874758057
        },
        {
            "start": 874758091,
            "stop": 874758427
        }
    ]
}