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=2458
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=2459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2457",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2458,
    "results": [
        {
            "start": 874527329,
            "stop": 874527331
        },
        {
            "start": 874527439,
            "stop": 874527584
        },
        {
            "start": 874527591,
            "stop": 874527600
        },
        {
            "start": 874527660,
            "stop": 874527714
        },
        {
            "start": 874527721,
            "stop": 874527735
        },
        {
            "start": 874527743,
            "stop": 874527765
        },
        {
            "start": 874527772,
            "stop": 874527779
        },
        {
            "start": 874527793,
            "stop": 874527840
        },
        {
            "start": 874527900,
            "stop": 874527915
        },
        {
            "start": 874527922,
            "stop": 874528012
        },
        {
            "start": 874528019,
            "stop": 874528033
        },
        {
            "start": 874528040,
            "stop": 874528070
        },
        {
            "start": 874528210,
            "stop": 874528251
        },
        {
            "start": 874528278,
            "stop": 874528380
        },
        {
            "start": 874528440,
            "stop": 874528453
        },
        {
            "start": 874528753,
            "stop": 874528932
        },
        {
            "start": 874528939,
            "stop": 874528980
        },
        {
            "start": 874529100,
            "stop": 874529220
        },
        {
            "start": 874529340,
            "stop": 874529400
        },
        {
            "start": 874529460,
            "stop": 874529567
        }
    ]
}