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_CBCLOW_CAT3/segments?format=api&page=5247
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=5248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5246",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5247,
    "results": [
        {
            "start": 875207080,
            "stop": 875207097
        },
        {
            "start": 875207104,
            "stop": 875207141
        },
        {
            "start": 875207155,
            "stop": 875207208
        },
        {
            "start": 875207215,
            "stop": 875207278
        },
        {
            "start": 875207287,
            "stop": 875207333
        },
        {
            "start": 875207341,
            "stop": 875207409
        },
        {
            "start": 875207416,
            "stop": 875207453
        },
        {
            "start": 875207460,
            "stop": 875207477
        },
        {
            "start": 875207485,
            "stop": 875207585
        },
        {
            "start": 875207592,
            "stop": 875207611
        },
        {
            "start": 875207622,
            "stop": 875207648
        },
        {
            "start": 875207663,
            "stop": 875207725
        },
        {
            "start": 875207736,
            "stop": 875207821
        },
        {
            "start": 875207828,
            "stop": 875207845
        },
        {
            "start": 875207853,
            "stop": 875207984
        },
        {
            "start": 875207992,
            "stop": 875208008
        },
        {
            "start": 875208015,
            "stop": 875208035
        },
        {
            "start": 875208045,
            "stop": 875208083
        },
        {
            "start": 875208090,
            "stop": 875208095
        },
        {
            "start": 875208102,
            "stop": 875208118
        }
    ]
}