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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8,
    "results": [
        {
            "start": 931087993,
            "stop": 931087997
        },
        {
            "start": 931087999,
            "stop": 931088001
        },
        {
            "start": 931088003,
            "stop": 931088006
        },
        {
            "start": 931088019,
            "stop": 931088020
        },
        {
            "start": 931088037,
            "stop": 931088040
        },
        {
            "start": 931088041,
            "stop": 931088043
        },
        {
            "start": 931088044,
            "stop": 931088049
        },
        {
            "start": 931088051,
            "stop": 931088053
        },
        {
            "start": 931088060,
            "stop": 931088062
        },
        {
            "start": 931088072,
            "stop": 931088073
        },
        {
            "start": 931088079,
            "stop": 931088086
        },
        {
            "start": 931088089,
            "stop": 931088092
        },
        {
            "start": 931088094,
            "stop": 931088107
        },
        {
            "start": 931088108,
            "stop": 931088110
        },
        {
            "start": 931088115,
            "stop": 931088121
        },
        {
            "start": 931088123,
            "stop": 931088124
        },
        {
            "start": 931088125,
            "stop": 931088126
        },
        {
            "start": 931088130,
            "stop": 931088133
        },
        {
            "start": 931088145,
            "stop": 931088147
        },
        {
            "start": 931088149,
            "stop": 931088155
        }
    ]
}