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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=361",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 362,
    "results": [
        {
            "start": 1265166526,
            "stop": 1265166589
        },
        {
            "start": 1265166590,
            "stop": 1265167664
        },
        {
            "start": 1265167665,
            "stop": 1265169492
        },
        {
            "start": 1265169493,
            "stop": 1265169770
        },
        {
            "start": 1265169773,
            "stop": 1265170030
        },
        {
            "start": 1265170031,
            "stop": 1265209024
        },
        {
            "start": 1265212711,
            "stop": 1265264682
        },
        {
            "start": 1265264683,
            "stop": 1265265256
        },
        {
            "start": 1265265425,
            "stop": 1265267160
        },
        {
            "start": 1265267940,
            "stop": 1265284559
        },
        {
            "start": 1265284560,
            "stop": 1265314931
        },
        {
            "start": 1265314932,
            "stop": 1265316738
        },
        {
            "start": 1265316740,
            "stop": 1265322910
        },
        {
            "start": 1265322912,
            "stop": 1265358518
        },
        {
            "start": 1265358519,
            "stop": 1265384426
        },
        {
            "start": 1265384427,
            "stop": 1265396343
        },
        {
            "start": 1265396346,
            "stop": 1265396368
        },
        {
            "start": 1265396370,
            "stop": 1265398176
        },
        {
            "start": 1265398177,
            "stop": 1265398574
        },
        {
            "start": 1265398575,
            "stop": 1265400128
        }
    ]
}