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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 132,
    "results": [
        {
            "start": 1415020395,
            "stop": 1415029369
        },
        {
            "start": 1415029372,
            "stop": 1415032353
        },
        {
            "start": 1415034588,
            "stop": 1415034625
        },
        {
            "start": 1415052089,
            "stop": 1415061602
        },
        {
            "start": 1415061604,
            "stop": 1415063598
        },
        {
            "start": 1415063602,
            "stop": 1415085305
        },
        {
            "start": 1415085306,
            "stop": 1415087432
        },
        {
            "start": 1415087433,
            "stop": 1415089819
        },
        {
            "start": 1415089821,
            "stop": 1415090736
        },
        {
            "start": 1415095278,
            "stop": 1415096619
        },
        {
            "start": 1415096620,
            "stop": 1415097066
        },
        {
            "start": 1415118622,
            "stop": 1415119832
        },
        {
            "start": 1415123825,
            "stop": 1415132381
        },
        {
            "start": 1415141059,
            "stop": 1415143514
        },
        {
            "start": 1415143519,
            "stop": 1415148742
        },
        {
            "start": 1415148747,
            "stop": 1415153436
        },
        {
            "start": 1415153437,
            "stop": 1415155121
        },
        {
            "start": 1415155122,
            "stop": 1415182448
        },
        {
            "start": 1415189207,
            "stop": 1415189226
        },
        {
            "start": 1415189246,
            "stop": 1415210632
        }
    ]
}