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/H1_CBCLOW_CAT3/segments?format=api&page=2442
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=2443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2441",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2442,
    "results": [
        {
            "start": 874230610,
            "stop": 874231481
        },
        {
            "start": 874231498,
            "stop": 874232090
        },
        {
            "start": 874232230,
            "stop": 874238234
        },
        {
            "start": 874238251,
            "stop": 874238714
        },
        {
            "start": 874238721,
            "stop": 874238738
        },
        {
            "start": 874238747,
            "stop": 874239303
        },
        {
            "start": 874239320,
            "stop": 874243354
        },
        {
            "start": 874243371,
            "stop": 874245950
        },
        {
            "start": 874246030,
            "stop": 874246070
        },
        {
            "start": 874246150,
            "stop": 874247570
        },
        {
            "start": 874247650,
            "stop": 874251470
        },
        {
            "start": 874251550,
            "stop": 874253527
        },
        {
            "start": 874253544,
            "stop": 874253750
        },
        {
            "start": 874253830,
            "stop": 874254344
        },
        {
            "start": 874254525,
            "stop": 874255190
        },
        {
            "start": 874255270,
            "stop": 874255970
        },
        {
            "start": 874256110,
            "stop": 874256149
        },
        {
            "start": 874256166,
            "stop": 874256690
        },
        {
            "start": 874256770,
            "stop": 874256990
        },
        {
            "start": 874257007,
            "stop": 874257884
        }
    ]
}