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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=51",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 52,
    "results": [
        {
            "start": 817269670,
            "stop": 817269702
        },
        {
            "start": 817269715,
            "stop": 817269727
        },
        {
            "start": 817269734,
            "stop": 817269802
        },
        {
            "start": 817269809,
            "stop": 817269858
        },
        {
            "start": 817269865,
            "stop": 817270128
        },
        {
            "start": 817270135,
            "stop": 817271529
        },
        {
            "start": 817271536,
            "stop": 817271851
        },
        {
            "start": 817271858,
            "stop": 817272880
        },
        {
            "start": 817272887,
            "stop": 817273499
        },
        {
            "start": 817273506,
            "stop": 817273701
        },
        {
            "start": 817273708,
            "stop": 817273760
        },
        {
            "start": 817273768,
            "stop": 817274626
        },
        {
            "start": 817274634,
            "stop": 817274765
        },
        {
            "start": 817274772,
            "stop": 817274940
        },
        {
            "start": 817274947,
            "stop": 817275230
        },
        {
            "start": 817275310,
            "stop": 817275433
        },
        {
            "start": 817275445,
            "stop": 817275446
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278137,
            "stop": 817282859
        },
        {
            "start": 817282867,
            "stop": 817285382
        }
    ]
}