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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=534",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 535,
    "results": [
        {
            "start": 829380906,
            "stop": 829396081
        },
        {
            "start": 829396641,
            "stop": 829396927
        },
        {
            "start": 829397041,
            "stop": 829407651
        },
        {
            "start": 829434834,
            "stop": 829436898
        },
        {
            "start": 829438694,
            "stop": 829456763
        },
        {
            "start": 829458286,
            "stop": 829497152
        },
        {
            "start": 829498779,
            "stop": 829510995
        },
        {
            "start": 829511071,
            "stop": 829516025
        },
        {
            "start": 829516033,
            "stop": 829517315
        },
        {
            "start": 829526264,
            "stop": 829589906
        },
        {
            "start": 829590002,
            "stop": 829590430
        },
        {
            "start": 829590562,
            "stop": 829591362
        },
        {
            "start": 829591435,
            "stop": 829592268
        },
        {
            "start": 829592317,
            "stop": 829596582
        },
        {
            "start": 829596716,
            "stop": 829601384
        },
        {
            "start": 829604450,
            "stop": 829607463
        },
        {
            "start": 829608490,
            "stop": 829611197
        },
        {
            "start": 829635717,
            "stop": 829653753
        },
        {
            "start": 829655456,
            "stop": 829669559
        },
        {
            "start": 829670559,
            "stop": 829684796
        }
    ]
}