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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4694",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4692",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4693,
    "results": [
        {
            "start": 969904976,
            "stop": 969904983
        },
        {
            "start": 969904986,
            "stop": 969905049
        },
        {
            "start": 969905052,
            "stop": 969905069
        },
        {
            "start": 969905075,
            "stop": 969905186
        },
        {
            "start": 969905189,
            "stop": 969905199
        },
        {
            "start": 969905202,
            "stop": 969905274
        },
        {
            "start": 969905277,
            "stop": 969905497
        },
        {
            "start": 969905500,
            "stop": 969905563
        },
        {
            "start": 969905566,
            "stop": 969905592
        },
        {
            "start": 969905595,
            "stop": 969905698
        },
        {
            "start": 969905701,
            "stop": 969905954
        },
        {
            "start": 969905957,
            "stop": 969906054
        },
        {
            "start": 969906057,
            "stop": 969906092
        },
        {
            "start": 969906095,
            "stop": 969906168
        },
        {
            "start": 969906172,
            "stop": 969906190
        },
        {
            "start": 969906193,
            "stop": 969906230
        },
        {
            "start": 969906233,
            "stop": 969906270
        },
        {
            "start": 969906274,
            "stop": 969906291
        },
        {
            "start": 969906294,
            "stop": 969906320
        },
        {
            "start": 969906323,
            "stop": 969906342
        }
    ]
}