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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=237",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 238,
    "results": [
        {
            "start": 821301285,
            "stop": 821301335
        },
        {
            "start": 821301341,
            "stop": 821301601
        },
        {
            "start": 821301606,
            "stop": 821301753
        },
        {
            "start": 821301761,
            "stop": 821302146
        },
        {
            "start": 821302154,
            "stop": 821302279
        },
        {
            "start": 821302284,
            "stop": 821302324
        },
        {
            "start": 821302332,
            "stop": 821302356
        },
        {
            "start": 821302364,
            "stop": 821302385
        },
        {
            "start": 821302393,
            "stop": 821302398
        },
        {
            "start": 821302406,
            "stop": 821302572
        },
        {
            "start": 821302577,
            "stop": 821302591
        },
        {
            "start": 821302598,
            "stop": 821302607
        },
        {
            "start": 821302612,
            "stop": 821302634
        },
        {
            "start": 821302693,
            "stop": 821302759
        },
        {
            "start": 821302767,
            "stop": 821302781
        },
        {
            "start": 821302914,
            "stop": 821302981
        },
        {
            "start": 821302986,
            "stop": 821303043
        },
        {
            "start": 821303051,
            "stop": 821303162
        },
        {
            "start": 821303170,
            "stop": 821303181
        },
        {
            "start": 821303189,
            "stop": 821303196
        }
    ]
}