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=4571
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=4572",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4570",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4571,
    "results": [
        {
            "start": 968905232,
            "stop": 968905665
        },
        {
            "start": 968905668,
            "stop": 968905715
        },
        {
            "start": 968905718,
            "stop": 968906376
        },
        {
            "start": 968906379,
            "stop": 968906735
        },
        {
            "start": 968906738,
            "stop": 968906779
        },
        {
            "start": 968906782,
            "stop": 968907078
        },
        {
            "start": 968907081,
            "stop": 968907138
        },
        {
            "start": 968908344,
            "stop": 968908744
        },
        {
            "start": 968908747,
            "stop": 968908789
        },
        {
            "start": 968908792,
            "stop": 968908883
        },
        {
            "start": 968910200,
            "stop": 968910248
        },
        {
            "start": 968910251,
            "stop": 968911271
        },
        {
            "start": 968911274,
            "stop": 968911579
        },
        {
            "start": 968911596,
            "stop": 968911604
        },
        {
            "start": 968911607,
            "stop": 968911789
        },
        {
            "start": 968911792,
            "stop": 968912169
        },
        {
            "start": 968912172,
            "stop": 968912210
        },
        {
            "start": 968912213,
            "stop": 968913064
        },
        {
            "start": 968914368,
            "stop": 968915907
        },
        {
            "start": 968915910,
            "stop": 968916016
        }
    ]
}