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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9929",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9930,
    "results": [
        {
            "start": 874923780,
            "stop": 874924300
        },
        {
            "start": 874924317,
            "stop": 874924383
        },
        {
            "start": 874924400,
            "stop": 874924413
        },
        {
            "start": 874924430,
            "stop": 874924713
        },
        {
            "start": 874924735,
            "stop": 874924777
        },
        {
            "start": 874924794,
            "stop": 874925374
        },
        {
            "start": 874925391,
            "stop": 874925603
        },
        {
            "start": 874925620,
            "stop": 874925667
        },
        {
            "start": 874925684,
            "stop": 874925888
        },
        {
            "start": 874925905,
            "stop": 874926042
        },
        {
            "start": 874926059,
            "stop": 874926069
        },
        {
            "start": 874926086,
            "stop": 874926120
        },
        {
            "start": 874926137,
            "stop": 874926243
        },
        {
            "start": 874926260,
            "stop": 874926261
        },
        {
            "start": 874926293,
            "stop": 874926317
        },
        {
            "start": 874926334,
            "stop": 874926368
        },
        {
            "start": 874926385,
            "stop": 874926718
        },
        {
            "start": 874926737,
            "stop": 874926843
        },
        {
            "start": 874926860,
            "stop": 874926981
        },
        {
            "start": 874926998,
            "stop": 874927016
        }
    ]
}