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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=114",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 115,
    "results": [
        {
            "start": 844615796,
            "stop": 844623132
        },
        {
            "start": 844652839,
            "stop": 844697891
        },
        {
            "start": 844701700,
            "stop": 844705142
        },
        {
            "start": 844705392,
            "stop": 844707896
        },
        {
            "start": 844753508,
            "stop": 844771319
        },
        {
            "start": 844773905,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844793296
        },
        {
            "start": 844812803,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844851082
        },
        {
            "start": 844859597,
            "stop": 844870266
        },
        {
            "start": 844876949,
            "stop": 844894199
        },
        {
            "start": 844896594,
            "stop": 844967739
        },
        {
            "start": 844979159,
            "stop": 845004250
        },
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845038546
        },
        {
            "start": 845043636,
            "stop": 845050846
        },
        {
            "start": 845052309,
            "stop": 845065048
        },
        {
            "start": 845065987,
            "stop": 845068298
        },
        {
            "start": 845155144,
            "stop": 845155536
        },
        {
            "start": 845155649,
            "stop": 845157853
        }
    ]
}