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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=259",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 260,
    "results": [
        {
            "start": 933336249,
            "stop": 933336479
        },
        {
            "start": 933336498,
            "stop": 933336567
        },
        {
            "start": 933336586,
            "stop": 933336644
        },
        {
            "start": 933336645,
            "stop": 933336869
        },
        {
            "start": 933336888,
            "stop": 933336901
        },
        {
            "start": 933336932,
            "stop": 933337296
        },
        {
            "start": 933337315,
            "stop": 933337460
        },
        {
            "start": 933337479,
            "stop": 933337704
        },
        {
            "start": 933337723,
            "stop": 933337747
        },
        {
            "start": 933337766,
            "stop": 933337769
        },
        {
            "start": 933337788,
            "stop": 933337803
        },
        {
            "start": 933337822,
            "stop": 933337860
        },
        {
            "start": 933337879,
            "stop": 933337978
        },
        {
            "start": 933337983,
            "stop": 933338634
        },
        {
            "start": 933338678,
            "stop": 933338681
        },
        {
            "start": 933338709,
            "stop": 933338716
        },
        {
            "start": 933338735,
            "stop": 933338752
        },
        {
            "start": 933338771,
            "stop": 933338836
        },
        {
            "start": 933338860,
            "stop": 933338910
        },
        {
            "start": 933340113,
            "stop": 933340301
        }
    ]
}