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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=9",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 10,
    "results": [
        {
            "start": 815226906,
            "stop": 815227343
        },
        {
            "start": 815227351,
            "stop": 815227760
        },
        {
            "start": 815227767,
            "stop": 815227834
        },
        {
            "start": 815227841,
            "stop": 815228038
        },
        {
            "start": 815228046,
            "stop": 815229245
        },
        {
            "start": 815229252,
            "stop": 815230093
        },
        {
            "start": 815231235,
            "stop": 815231775
        },
        {
            "start": 815231779,
            "stop": 815232091
        },
        {
            "start": 815232098,
            "stop": 815232730
        },
        {
            "start": 815232738,
            "stop": 815233469
        },
        {
            "start": 815233476,
            "stop": 815234818
        },
        {
            "start": 815234825,
            "stop": 815235843
        },
        {
            "start": 815235851,
            "stop": 815235855
        },
        {
            "start": 815235862,
            "stop": 815235923
        },
        {
            "start": 815235931,
            "stop": 815236318
        },
        {
            "start": 815236325,
            "stop": 815236327
        },
        {
            "start": 815236355,
            "stop": 815236442
        },
        {
            "start": 815236451,
            "stop": 815236457
        },
        {
            "start": 815236477,
            "stop": 815236574
        },
        {
            "start": 815236578,
            "stop": 815236599
        }
    ]
}