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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 166,
    "results": [
        {
            "start": 1373691335,
            "stop": 1373692500
        },
        {
            "start": 1373692502,
            "stop": 1373695368
        },
        {
            "start": 1373695370,
            "stop": 1373697757
        },
        {
            "start": 1373697758,
            "stop": 1373699612
        },
        {
            "start": 1373699617,
            "stop": 1373700039
        },
        {
            "start": 1373700041,
            "stop": 1373702092
        },
        {
            "start": 1373702094,
            "stop": 1373702744
        },
        {
            "start": 1373702746,
            "stop": 1373703831
        },
        {
            "start": 1373703832,
            "stop": 1373706462
        },
        {
            "start": 1373706464,
            "stop": 1373706955
        },
        {
            "start": 1373706959,
            "stop": 1373708689
        },
        {
            "start": 1373708691,
            "stop": 1373710708
        },
        {
            "start": 1373753223,
            "stop": 1373753553
        },
        {
            "start": 1373753554,
            "stop": 1373753788
        },
        {
            "start": 1373753814,
            "stop": 1373753822
        },
        {
            "start": 1373753828,
            "stop": 1373754323
        },
        {
            "start": 1373754328,
            "stop": 1373755684
        },
        {
            "start": 1373755686,
            "stop": 1373756009
        },
        {
            "start": 1373759328,
            "stop": 1373759662
        },
        {
            "start": 1373759663,
            "stop": 1373761183
        }
    ]
}