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_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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 166,
    "results": [
        {
            "start": 1239640612,
            "stop": 1239640618
        },
        {
            "start": 1239640621,
            "stop": 1239640627
        },
        {
            "start": 1239640632,
            "stop": 1239640647
        },
        {
            "start": 1239640652,
            "stop": 1239640654
        },
        {
            "start": 1239640659,
            "stop": 1239640664
        },
        {
            "start": 1239640668,
            "stop": 1239640717
        },
        {
            "start": 1239640726,
            "stop": 1239640759
        },
        {
            "start": 1239640763,
            "stop": 1239640907
        },
        {
            "start": 1239640912,
            "stop": 1239640976
        },
        {
            "start": 1239640981,
            "stop": 1239640986
        },
        {
            "start": 1239640991,
            "stop": 1239641036
        },
        {
            "start": 1239641040,
            "stop": 1239641127
        },
        {
            "start": 1239641128,
            "stop": 1239641367
        },
        {
            "start": 1239641370,
            "stop": 1239641374
        },
        {
            "start": 1239641379,
            "stop": 1239641381
        },
        {
            "start": 1239669766,
            "stop": 1239670127
        },
        {
            "start": 1239670246,
            "stop": 1239670417
        },
        {
            "start": 1239670510,
            "stop": 1239670552
        },
        {
            "start": 1239670556,
            "stop": 1239671500
        },
        {
            "start": 1239671503,
            "stop": 1239672470
        }
    ]
}