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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=303",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 304,
    "results": [
        {
            "start": 941477258,
            "stop": 941477451
        },
        {
            "start": 941479159,
            "stop": 941479380
        },
        {
            "start": 941479387,
            "stop": 941479971
        },
        {
            "start": 941485265,
            "stop": 941490004
        },
        {
            "start": 941492955,
            "stop": 941493583
        },
        {
            "start": 941494705,
            "stop": 941497128
        },
        {
            "start": 941497133,
            "stop": 941497608
        },
        {
            "start": 941497613,
            "stop": 941497825
        },
        {
            "start": 941500300,
            "stop": 941502877
        },
        {
            "start": 941505841,
            "stop": 941510554
        },
        {
            "start": 941510559,
            "stop": 941512102
        },
        {
            "start": 941515078,
            "stop": 941517329
        },
        {
            "start": 941517335,
            "stop": 941524134
        },
        {
            "start": 941684461,
            "stop": 941684762
        },
        {
            "start": 941686481,
            "stop": 941686625
        },
        {
            "start": 941690956,
            "stop": 941698678
        },
        {
            "start": 941703004,
            "stop": 941703040
        },
        {
            "start": 941703046,
            "stop": 941735016
        },
        {
            "start": 941738578,
            "stop": 941749296
        },
        {
            "start": 941754198,
            "stop": 941757125
        }
    ]
}