Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=34",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 35,
    "results": [
        {
            "start": 820573792,
            "stop": 820576096
        },
        {
            "start": 820576128,
            "stop": 820603520
        },
        {
            "start": 820603552,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626493
        },
        {
            "start": 820626973,
            "stop": 820636273
        },
        {
            "start": 820637258,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820652800
        },
        {
            "start": 820652832,
            "stop": 820654944
        },
        {
            "start": 820654976,
            "stop": 820655936
        },
        {
            "start": 820655968,
            "stop": 820658176
        },
        {
            "start": 820658208,
            "stop": 820660928
        },
        {
            "start": 820660960,
            "stop": 820663936
        },
        {
            "start": 820663968,
            "stop": 820694496
        },
        {
            "start": 820694528,
            "stop": 820695673
        },
        {
            "start": 820695941,
            "stop": 820701664
        },
        {
            "start": 820701696,
            "stop": 820711712
        },
        {
            "start": 820711744,
            "stop": 820718528
        },
        {
            "start": 820718560,
            "stop": 820719136
        },
        {
            "start": 820719168,
            "stop": 820742016
        },
        {
            "start": 820742048,
            "stop": 820742976
        }
    ]
}