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/L1_CBCLOW_CAT4/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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 10,
    "results": [
        {
            "start": 931108801,
            "stop": 931108803
        },
        {
            "start": 931108806,
            "stop": 931108807
        },
        {
            "start": 931108809,
            "stop": 931108814
        },
        {
            "start": 931108822,
            "stop": 931108823
        },
        {
            "start": 931108830,
            "stop": 931108833
        },
        {
            "start": 931108835,
            "stop": 931108836
        },
        {
            "start": 931108838,
            "stop": 931108841
        },
        {
            "start": 931108844,
            "stop": 931108849
        },
        {
            "start": 931108851,
            "stop": 931108852
        },
        {
            "start": 931108857,
            "stop": 931108858
        },
        {
            "start": 931108861,
            "stop": 931108863
        },
        {
            "start": 931108869,
            "stop": 931108876
        },
        {
            "start": 931108879,
            "stop": 931108882
        },
        {
            "start": 931108884,
            "stop": 931108885
        },
        {
            "start": 931108887,
            "stop": 931108888
        },
        {
            "start": 931108892,
            "stop": 931108893
        },
        {
            "start": 931108895,
            "stop": 931108902
        },
        {
            "start": 931108904,
            "stop": 931108907
        },
        {
            "start": 931108909,
            "stop": 931108912
        },
        {
            "start": 931108919,
            "stop": 931108920
        }
    ]
}