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=3770
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=3771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3769",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3770,
    "results": [
        {
            "start": 874192980,
            "stop": 874193100
        },
        {
            "start": 874193160,
            "stop": 874193162
        },
        {
            "start": 874193179,
            "stop": 874193201
        },
        {
            "start": 874193218,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874194360
        },
        {
            "start": 874194660,
            "stop": 874194729
        },
        {
            "start": 874194746,
            "stop": 874194755
        },
        {
            "start": 874194772,
            "stop": 874196525
        },
        {
            "start": 874196542,
            "stop": 874196703
        },
        {
            "start": 874196720,
            "stop": 874196940
        },
        {
            "start": 874197000,
            "stop": 874197900
        },
        {
            "start": 874197960,
            "stop": 874198966
        },
        {
            "start": 874198983,
            "stop": 874199610
        },
        {
            "start": 874199627,
            "stop": 874199983
        },
        {
            "start": 874200000,
            "stop": 874200180
        },
        {
            "start": 874200197,
            "stop": 874202064
        },
        {
            "start": 874202081,
            "stop": 874202285
        },
        {
            "start": 874202302,
            "stop": 874203107
        },
        {
            "start": 874203124,
            "stop": 874204920
        },
        {
            "start": 874204980,
            "stop": 874207020
        }
    ]
}