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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 263,
    "results": [
        {
            "start": 1240320028,
            "stop": 1240320029
        },
        {
            "start": 1240320030,
            "stop": 1240320033
        },
        {
            "start": 1240320034,
            "stop": 1240320066
        },
        {
            "start": 1240320067,
            "stop": 1240320074
        },
        {
            "start": 1240320075,
            "stop": 1240320076
        },
        {
            "start": 1240320077,
            "stop": 1240320108
        },
        {
            "start": 1240320109,
            "stop": 1240320219
        },
        {
            "start": 1240320220,
            "stop": 1240320221
        },
        {
            "start": 1240320223,
            "stop": 1240320237
        },
        {
            "start": 1240320238,
            "stop": 1240320265
        },
        {
            "start": 1240320266,
            "stop": 1240320272
        },
        {
            "start": 1240320273,
            "stop": 1240320315
        },
        {
            "start": 1240320316,
            "stop": 1240320320
        },
        {
            "start": 1240320322,
            "stop": 1240320335
        },
        {
            "start": 1240320336,
            "stop": 1240320386
        },
        {
            "start": 1240320389,
            "stop": 1240320391
        },
        {
            "start": 1240320393,
            "stop": 1240320415
        },
        {
            "start": 1240320417,
            "stop": 1240320420
        },
        {
            "start": 1240320421,
            "stop": 1240320422
        },
        {
            "start": 1240320425,
            "stop": 1240320454
        }
    ]
}