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=2058
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=2059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2057",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2058,
    "results": [
        {
            "start": 870488522,
            "stop": 870488542
        },
        {
            "start": 870488559,
            "stop": 870508677
        },
        {
            "start": 870508694,
            "stop": 870508762
        },
        {
            "start": 870508779,
            "stop": 870508829
        },
        {
            "start": 870510474,
            "stop": 870522256
        },
        {
            "start": 870522273,
            "stop": 870524158
        },
        {
            "start": 870524539,
            "stop": 870524830
        },
        {
            "start": 870525030,
            "stop": 870526505
        },
        {
            "start": 870526522,
            "stop": 870528339
        },
        {
            "start": 870528360,
            "stop": 870528364
        },
        {
            "start": 870529371,
            "stop": 870529633
        },
        {
            "start": 870529662,
            "stop": 870529831
        },
        {
            "start": 870529848,
            "stop": 870530709
        },
        {
            "start": 870530866,
            "stop": 870530868
        },
        {
            "start": 870530875,
            "stop": 870531110
        },
        {
            "start": 870531128,
            "stop": 870531165
        },
        {
            "start": 870531182,
            "stop": 870531209
        },
        {
            "start": 870531227,
            "stop": 870531240
        },
        {
            "start": 870531300,
            "stop": 870531726
        },
        {
            "start": 870532355,
            "stop": 870533304
        }
    ]
}