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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=77",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 78,
    "results": [
        {
            "start": 818052599,
            "stop": 818052606
        },
        {
            "start": 818052655,
            "stop": 818052658
        },
        {
            "start": 818052679,
            "stop": 818052683
        },
        {
            "start": 818052711,
            "stop": 818052737
        },
        {
            "start": 818052745,
            "stop": 818052759
        },
        {
            "start": 818052773,
            "stop": 818052785
        },
        {
            "start": 818052799,
            "stop": 818052803
        },
        {
            "start": 818052816,
            "stop": 818052832
        },
        {
            "start": 818052845,
            "stop": 818052853
        },
        {
            "start": 818052861,
            "stop": 818052866
        },
        {
            "start": 818052885,
            "stop": 818052888
        },
        {
            "start": 818052896,
            "stop": 818052907
        },
        {
            "start": 818052916,
            "stop": 818052920
        },
        {
            "start": 818052940,
            "stop": 818052963
        },
        {
            "start": 818052971,
            "stop": 818053010
        },
        {
            "start": 818053036,
            "stop": 818053038
        },
        {
            "start": 818053048,
            "stop": 818053056
        },
        {
            "start": 818053079,
            "stop": 818053088
        },
        {
            "start": 818053105,
            "stop": 818053119
        },
        {
            "start": 818053136,
            "stop": 818053138
        }
    ]
}