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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=56",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 57,
    "results": [
        {
            "start": 816175372,
            "stop": 816175669
        },
        {
            "start": 816175672,
            "stop": 816175706
        },
        {
            "start": 816175711,
            "stop": 816175744
        },
        {
            "start": 816175747,
            "stop": 816175798
        },
        {
            "start": 816175801,
            "stop": 816175890
        },
        {
            "start": 816175893,
            "stop": 816176157
        },
        {
            "start": 816176160,
            "stop": 816176290
        },
        {
            "start": 816176293,
            "stop": 816176350
        },
        {
            "start": 816176354,
            "stop": 816176415
        },
        {
            "start": 816176418,
            "stop": 816176637
        },
        {
            "start": 816176640,
            "stop": 816176668
        },
        {
            "start": 816176671,
            "stop": 816176700
        },
        {
            "start": 816176703,
            "stop": 816176789
        },
        {
            "start": 816176792,
            "stop": 816176943
        },
        {
            "start": 816176947,
            "stop": 816176952
        },
        {
            "start": 816176955,
            "stop": 816177075
        },
        {
            "start": 816177078,
            "stop": 816177317
        },
        {
            "start": 816177320,
            "stop": 816177364
        },
        {
            "start": 816177368,
            "stop": 816177394
        },
        {
            "start": 816177397,
            "stop": 816177627
        }
    ]
}