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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=353",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 354,
    "results": [
        {
            "start": 1240851481,
            "stop": 1240851508
        },
        {
            "start": 1240851512,
            "stop": 1240852688
        },
        {
            "start": 1240852690,
            "stop": 1240852779
        },
        {
            "start": 1240852782,
            "stop": 1240853150
        },
        {
            "start": 1240853153,
            "stop": 1240853271
        },
        {
            "start": 1240853274,
            "stop": 1240854290
        },
        {
            "start": 1240854334,
            "stop": 1240855238
        },
        {
            "start": 1240872121,
            "stop": 1240872484
        },
        {
            "start": 1240872489,
            "stop": 1240873424
        },
        {
            "start": 1240873429,
            "stop": 1240878408
        },
        {
            "start": 1240878412,
            "stop": 1240878883
        },
        {
            "start": 1240878887,
            "stop": 1240890191
        },
        {
            "start": 1240890195,
            "stop": 1240892463
        },
        {
            "start": 1240892466,
            "stop": 1240892819
        },
        {
            "start": 1240892822,
            "stop": 1240896041
        },
        {
            "start": 1240896045,
            "stop": 1240896125
        },
        {
            "start": 1240896130,
            "stop": 1240896674
        },
        {
            "start": 1240896677,
            "stop": 1240897075
        },
        {
            "start": 1240897079,
            "stop": 1240898286
        },
        {
            "start": 1240898291,
            "stop": 1240899666
        }
    ]
}