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=4912
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=4913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4911",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4912,
    "results": [
        {
            "start": 875141606,
            "stop": 875141825
        },
        {
            "start": 875141845,
            "stop": 875141899
        },
        {
            "start": 875141918,
            "stop": 875142004
        },
        {
            "start": 875142023,
            "stop": 875142097
        },
        {
            "start": 875142116,
            "stop": 875142226
        },
        {
            "start": 875142245,
            "stop": 875142364
        },
        {
            "start": 875142383,
            "stop": 875142414
        },
        {
            "start": 875142433,
            "stop": 875142475
        },
        {
            "start": 875142512,
            "stop": 875142562
        },
        {
            "start": 875142581,
            "stop": 875142642
        },
        {
            "start": 875142665,
            "stop": 875142709
        },
        {
            "start": 875142728,
            "stop": 875142732
        },
        {
            "start": 875142752,
            "stop": 875142838
        },
        {
            "start": 875142871,
            "stop": 875142957
        },
        {
            "start": 875142977,
            "stop": 875142997
        },
        {
            "start": 875143050,
            "stop": 875143053
        },
        {
            "start": 875143072,
            "stop": 875143146
        },
        {
            "start": 875143165,
            "stop": 875143260
        },
        {
            "start": 875143380,
            "stop": 875143454
        },
        {
            "start": 875143473,
            "stop": 875143502
        }
    ]
}