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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8103",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8104,
    "results": [
        {
            "start": 970744487,
            "stop": 970744686
        },
        {
            "start": 970744689,
            "stop": 970744916
        },
        {
            "start": 970744919,
            "stop": 970745246
        },
        {
            "start": 970745249,
            "stop": 970745502
        },
        {
            "start": 970745505,
            "stop": 970745532
        },
        {
            "start": 970745535,
            "stop": 970745544
        },
        {
            "start": 970745547,
            "stop": 970745582
        },
        {
            "start": 970745585,
            "stop": 970747036
        },
        {
            "start": 970747096,
            "stop": 970747204
        },
        {
            "start": 970747207,
            "stop": 970747417
        },
        {
            "start": 970747420,
            "stop": 970747557
        },
        {
            "start": 970747560,
            "stop": 970749397
        },
        {
            "start": 970749400,
            "stop": 970750356
        },
        {
            "start": 970750359,
            "stop": 970750460
        },
        {
            "start": 970750463,
            "stop": 970750757
        },
        {
            "start": 970750760,
            "stop": 970751626
        },
        {
            "start": 970751629,
            "stop": 970751807
        },
        {
            "start": 970751815,
            "stop": 970752031
        },
        {
            "start": 970752034,
            "stop": 970752392
        },
        {
            "start": 970752395,
            "stop": 970753643
        }
    ]
}