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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=81",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 82,
    "results": [
        {
            "start": 821434686,
            "stop": 821434725
        },
        {
            "start": 821434728,
            "stop": 821434756
        },
        {
            "start": 821434759,
            "stop": 821434771
        },
        {
            "start": 821434774,
            "stop": 821434807
        },
        {
            "start": 821434810,
            "stop": 821434826
        },
        {
            "start": 821434829,
            "stop": 821435110
        },
        {
            "start": 821435113,
            "stop": 821435152
        },
        {
            "start": 821435155,
            "stop": 821435189
        },
        {
            "start": 821435192,
            "stop": 821435407
        },
        {
            "start": 821435410,
            "stop": 821435493
        },
        {
            "start": 821435496,
            "stop": 821435565
        },
        {
            "start": 821435568,
            "stop": 821435598
        },
        {
            "start": 821435601,
            "stop": 821435701
        },
        {
            "start": 821435704,
            "stop": 821435711
        },
        {
            "start": 821435714,
            "stop": 821435756
        },
        {
            "start": 821435759,
            "stop": 821435901
        },
        {
            "start": 821435904,
            "stop": 821435958
        },
        {
            "start": 821435961,
            "stop": 821435990
        },
        {
            "start": 821435993,
            "stop": 821436173
        },
        {
            "start": 821436176,
            "stop": 821436187
        }
    ]
}