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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=268",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 269,
    "results": [
        {
            "start": 864760104,
            "stop": 864760108
        },
        {
            "start": 864760259,
            "stop": 864767450
        },
        {
            "start": 864776646,
            "stop": 864785922
        },
        {
            "start": 864787272,
            "stop": 864803546
        },
        {
            "start": 864804616,
            "stop": 864806419
        },
        {
            "start": 864808546,
            "stop": 864833226
        },
        {
            "start": 864833431,
            "stop": 864834967
        },
        {
            "start": 864835810,
            "stop": 864840306
        },
        {
            "start": 864840517,
            "stop": 864842554
        },
        {
            "start": 864842769,
            "stop": 864843572
        },
        {
            "start": 864855740,
            "stop": 864859355
        },
        {
            "start": 864863802,
            "stop": 864863838
        },
        {
            "start": 864863966,
            "stop": 864887098
        },
        {
            "start": 864888456,
            "stop": 864890800
        },
        {
            "start": 864892335,
            "stop": 864912649
        },
        {
            "start": 864913302,
            "stop": 864973074
        },
        {
            "start": 864974755,
            "stop": 864991888
        },
        {
            "start": 864992627,
            "stop": 864992743
        },
        {
            "start": 864995838,
            "stop": 864998572
        },
        {
            "start": 864999206,
            "stop": 865005125
        }
    ]
}