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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3839",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3840,
    "results": [
        {
            "start": 873547143,
            "stop": 873547160
        },
        {
            "start": 873547161,
            "stop": 873547165
        },
        {
            "start": 873547166,
            "stop": 873547167
        },
        {
            "start": 873547169,
            "stop": 873547211
        },
        {
            "start": 873547214,
            "stop": 873547222
        },
        {
            "start": 873547227,
            "stop": 873547309
        },
        {
            "start": 873547310,
            "stop": 873547311
        },
        {
            "start": 873547312,
            "stop": 873547315
        },
        {
            "start": 873547317,
            "stop": 873547352
        },
        {
            "start": 873547355,
            "stop": 873547359
        },
        {
            "start": 873547360,
            "stop": 873547372
        },
        {
            "start": 873547373,
            "stop": 873547392
        },
        {
            "start": 873550284,
            "stop": 873551624
        },
        {
            "start": 873552631,
            "stop": 873553964
        },
        {
            "start": 873553965,
            "stop": 873553970
        },
        {
            "start": 873553971,
            "stop": 873553977
        },
        {
            "start": 873553978,
            "stop": 873554053
        },
        {
            "start": 873554054,
            "stop": 873554269
        },
        {
            "start": 873554270,
            "stop": 873554277
        },
        {
            "start": 873554278,
            "stop": 873554290
        }
    ]
}