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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=359",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 360,
    "results": [
        {
            "start": 824832734,
            "stop": 824832999
        },
        {
            "start": 824833004,
            "stop": 824833715
        },
        {
            "start": 824833720,
            "stop": 824834418
        },
        {
            "start": 824834423,
            "stop": 824834445
        },
        {
            "start": 824836953,
            "stop": 824841056
        },
        {
            "start": 824841062,
            "stop": 824841751
        },
        {
            "start": 824841756,
            "stop": 824845651
        },
        {
            "start": 824845657,
            "stop": 824847469
        },
        {
            "start": 824847478,
            "stop": 824847529
        },
        {
            "start": 824847538,
            "stop": 824847551
        },
        {
            "start": 824847558,
            "stop": 824851509
        },
        {
            "start": 824851514,
            "stop": 824851804
        },
        {
            "start": 824857009,
            "stop": 824857832
        },
        {
            "start": 824857837,
            "stop": 824862254
        },
        {
            "start": 824862259,
            "stop": 824863630
        },
        {
            "start": 824863729,
            "stop": 824864157
        },
        {
            "start": 824864162,
            "stop": 824864594
        },
        {
            "start": 824864599,
            "stop": 824864784
        },
        {
            "start": 824864789,
            "stop": 824865998
        },
        {
            "start": 824866586,
            "stop": 824866593
        }
    ]
}