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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=366",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 367,
    "results": [
        {
            "start": 1240758036,
            "stop": 1240758216
        },
        {
            "start": 1240758217,
            "stop": 1240758317
        },
        {
            "start": 1240758318,
            "stop": 1240758325
        },
        {
            "start": 1240758326,
            "stop": 1240759052
        },
        {
            "start": 1240759055,
            "stop": 1240759580
        },
        {
            "start": 1240759583,
            "stop": 1240759601
        },
        {
            "start": 1240759602,
            "stop": 1240759658
        },
        {
            "start": 1240759659,
            "stop": 1240759884
        },
        {
            "start": 1240759887,
            "stop": 1240760298
        },
        {
            "start": 1240760299,
            "stop": 1240760324
        },
        {
            "start": 1240760325,
            "stop": 1240760349
        },
        {
            "start": 1240760350,
            "stop": 1240760445
        },
        {
            "start": 1240760446,
            "stop": 1240760615
        },
        {
            "start": 1240760616,
            "stop": 1240760697
        },
        {
            "start": 1240760698,
            "stop": 1240760710
        },
        {
            "start": 1240760711,
            "stop": 1240761051
        },
        {
            "start": 1240761052,
            "stop": 1240761062
        },
        {
            "start": 1240761063,
            "stop": 1240761162
        },
        {
            "start": 1240761163,
            "stop": 1240761223
        },
        {
            "start": 1240761224,
            "stop": 1240761328
        }
    ]
}