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=2208
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=2209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2207",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2208,
    "results": [
        {
            "start": 872640818,
            "stop": 872640820
        },
        {
            "start": 872640840,
            "stop": 872640933
        },
        {
            "start": 872640952,
            "stop": 872640961
        },
        {
            "start": 872641001,
            "stop": 872641012
        },
        {
            "start": 872641061,
            "stop": 872641136
        },
        {
            "start": 872641156,
            "stop": 872641177
        },
        {
            "start": 872641196,
            "stop": 872641265
        },
        {
            "start": 872641306,
            "stop": 872641629
        },
        {
            "start": 872641671,
            "stop": 872641688
        },
        {
            "start": 872641740,
            "stop": 872641774
        },
        {
            "start": 872641836,
            "stop": 872641895
        },
        {
            "start": 872641926,
            "stop": 872642083
        },
        {
            "start": 872642102,
            "stop": 872642153
        },
        {
            "start": 872642173,
            "stop": 872642312
        },
        {
            "start": 872642334,
            "stop": 872642676
        },
        {
            "start": 872644726,
            "stop": 872645218
        },
        {
            "start": 872645236,
            "stop": 872648054
        },
        {
            "start": 872648643,
            "stop": 872648836
        },
        {
            "start": 872648940,
            "stop": 872656178
        },
        {
            "start": 872656184,
            "stop": 872656244
        }
    ]
}