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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=352",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 353,
    "results": [
        {
            "start": 1240822323,
            "stop": 1240822594
        },
        {
            "start": 1240822596,
            "stop": 1240823387
        },
        {
            "start": 1240823390,
            "stop": 1240823640
        },
        {
            "start": 1240823644,
            "stop": 1240824827
        },
        {
            "start": 1240824831,
            "stop": 1240827305
        },
        {
            "start": 1240827309,
            "stop": 1240828944
        },
        {
            "start": 1240828948,
            "stop": 1240829804
        },
        {
            "start": 1240829809,
            "stop": 1240831332
        },
        {
            "start": 1240831337,
            "stop": 1240832476
        },
        {
            "start": 1240838298,
            "stop": 1240838702
        },
        {
            "start": 1240838811,
            "stop": 1240839289
        },
        {
            "start": 1240839294,
            "stop": 1240839907
        },
        {
            "start": 1240839910,
            "stop": 1240840250
        },
        {
            "start": 1240840252,
            "stop": 1240842056
        },
        {
            "start": 1240842061,
            "stop": 1240847405
        },
        {
            "start": 1240847501,
            "stop": 1240847554
        },
        {
            "start": 1240847558,
            "stop": 1240848156
        },
        {
            "start": 1240848160,
            "stop": 1240848676
        },
        {
            "start": 1240848680,
            "stop": 1240851311
        },
        {
            "start": 1240851316,
            "stop": 1240851477
        }
    ]
}