Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5181
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=5182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5180",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5181,
    "results": [
        {
            "start": 969798941,
            "stop": 969798958
        },
        {
            "start": 969798961,
            "stop": 969798969
        },
        {
            "start": 969798972,
            "stop": 969799001
        },
        {
            "start": 969799007,
            "stop": 969799025
        },
        {
            "start": 969799028,
            "stop": 969799042
        },
        {
            "start": 969799049,
            "stop": 969799051
        },
        {
            "start": 969799063,
            "stop": 969799064
        },
        {
            "start": 969799067,
            "stop": 969799086
        },
        {
            "start": 969799089,
            "stop": 969799090
        },
        {
            "start": 969799093,
            "stop": 969799099
        },
        {
            "start": 969799106,
            "stop": 969799115
        },
        {
            "start": 969799119,
            "stop": 969799129
        },
        {
            "start": 969799132,
            "stop": 969799138
        },
        {
            "start": 969799144,
            "stop": 969799246
        },
        {
            "start": 969799253,
            "stop": 969799288
        },
        {
            "start": 969799291,
            "stop": 969799292
        },
        {
            "start": 969799295,
            "stop": 969799340
        },
        {
            "start": 969799343,
            "stop": 969799362
        },
        {
            "start": 969799365,
            "stop": 969799379
        },
        {
            "start": 969799382,
            "stop": 969799459
        }
    ]
}