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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=186",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 187,
    "results": [
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873039706
        },
        {
            "start": 873040396,
            "stop": 873055937
        },
        {
            "start": 873059096,
            "stop": 873060202
        },
        {
            "start": 873061768,
            "stop": 873081656
        },
        {
            "start": 873082880,
            "stop": 873103483
        },
        {
            "start": 873106656,
            "stop": 873119792
        },
        {
            "start": 873120692,
            "stop": 873137071
        },
        {
            "start": 873139153,
            "stop": 873141112
        },
        {
            "start": 873142125,
            "stop": 873145497
        },
        {
            "start": 873146432,
            "stop": 873147564
        },
        {
            "start": 873151342,
            "stop": 873154650
        },
        {
            "start": 873154911,
            "stop": 873179437
        },
        {
            "start": 873180369,
            "stop": 873222854
        },
        {
            "start": 873224265,
            "stop": 873227462
        },
        {
            "start": 873227574,
            "stop": 873235506
        },
        {
            "start": 873235610,
            "stop": 873236136
        },
        {
            "start": 873236295,
            "stop": 873236317
        },
        {
            "start": 873236598,
            "stop": 873246546
        }
    ]
}