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=5199
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=5200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5198",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5199,
    "results": [
        {
            "start": 969904720,
            "stop": 969904764
        },
        {
            "start": 969904767,
            "stop": 969904791
        },
        {
            "start": 969904794,
            "stop": 969904831
        },
        {
            "start": 969904834,
            "stop": 969904914
        },
        {
            "start": 969904917,
            "stop": 969904926
        },
        {
            "start": 969904929,
            "stop": 969904973
        },
        {
            "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
        }
    ]
}