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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=29",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 30,
    "results": [
        {
            "start": 816953754,
            "stop": 816955386
        },
        {
            "start": 816955389,
            "stop": 816962540
        },
        {
            "start": 816963358,
            "stop": 816967394
        },
        {
            "start": 816967397,
            "stop": 816969372
        },
        {
            "start": 816970965,
            "stop": 816971046
        },
        {
            "start": 816974803,
            "stop": 816977567
        },
        {
            "start": 816991143,
            "stop": 816991630
        },
        {
            "start": 816991634,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816992648
        },
        {
            "start": 816992652,
            "stop": 816993735
        },
        {
            "start": 816993738,
            "stop": 816995564
        },
        {
            "start": 816995567,
            "stop": 816995855
        },
        {
            "start": 816995858,
            "stop": 816995873
        },
        {
            "start": 816995876,
            "stop": 816996036
        },
        {
            "start": 816996053,
            "stop": 816997263
        },
        {
            "start": 816997265,
            "stop": 816998244
        },
        {
            "start": 816998247,
            "stop": 816998825
        },
        {
            "start": 816998829,
            "stop": 816999349
        },
        {
            "start": 816999352,
            "stop": 817000682
        },
        {
            "start": 817000685,
            "stop": 817000712
        }
    ]
}