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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=197",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 198,
    "results": [
        {
            "start": 820217512,
            "stop": 820217583
        },
        {
            "start": 820217590,
            "stop": 820217618
        },
        {
            "start": 820217625,
            "stop": 820217641
        },
        {
            "start": 820217648,
            "stop": 820217691
        },
        {
            "start": 820217698,
            "stop": 820217715
        },
        {
            "start": 820217722,
            "stop": 820217841
        },
        {
            "start": 820217848,
            "stop": 820217903
        },
        {
            "start": 820217910,
            "stop": 820217962
        },
        {
            "start": 820217970,
            "stop": 820218167
        },
        {
            "start": 820218181,
            "stop": 820218187
        },
        {
            "start": 820218194,
            "stop": 820218312
        },
        {
            "start": 820218319,
            "stop": 820218346
        },
        {
            "start": 820218353,
            "stop": 820218481
        },
        {
            "start": 820218489,
            "stop": 820218536
        },
        {
            "start": 820218543,
            "stop": 820218599
        },
        {
            "start": 820218607,
            "stop": 820218664
        },
        {
            "start": 820228522,
            "stop": 820228701
        },
        {
            "start": 820228709,
            "stop": 820228749
        },
        {
            "start": 820228756,
            "stop": 820228877
        },
        {
            "start": 820228884,
            "stop": 820228934
        }
    ]
}