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=746
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=747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=745",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 746,
    "results": [
        {
            "start": 873138961,
            "stop": 873141102
        },
        {
            "start": 873142131,
            "stop": 873145218
        },
        {
            "start": 873145812,
            "stop": 873147559
        },
        {
            "start": 873150674,
            "stop": 873151049
        },
        {
            "start": 873151063,
            "stop": 873179189
        },
        {
            "start": 873179753,
            "stop": 873216975
        },
        {
            "start": 873216989,
            "stop": 873217542
        },
        {
            "start": 873217548,
            "stop": 873222810
        },
        {
            "start": 873224079,
            "stop": 873245566
        },
        {
            "start": 873247861,
            "stop": 873257938
        },
        {
            "start": 873258866,
            "stop": 873271066
        },
        {
            "start": 873271085,
            "stop": 873272767
        },
        {
            "start": 873272781,
            "stop": 873274718
        },
        {
            "start": 873275706,
            "stop": 873318424
        },
        {
            "start": 873319833,
            "stop": 873345304
        },
        {
            "start": 873345318,
            "stop": 873350550
        },
        {
            "start": 873350610,
            "stop": 873413473
        },
        {
            "start": 873417772,
            "stop": 873419406
        },
        {
            "start": 873419423,
            "stop": 873424743
        },
        {
            "start": 873431010,
            "stop": 873435746
        }
    ]
}