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=1761
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=1762",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1760",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1761,
    "results": [
        {
            "start": 1249458697,
            "stop": 1249458699
        },
        {
            "start": 1249458702,
            "stop": 1249459044
        },
        {
            "start": 1249459047,
            "stop": 1249459192
        },
        {
            "start": 1249459195,
            "stop": 1249459223
        },
        {
            "start": 1249459226,
            "stop": 1249459367
        },
        {
            "start": 1249459369,
            "stop": 1249459444
        },
        {
            "start": 1249459447,
            "stop": 1249459740
        },
        {
            "start": 1249459743,
            "stop": 1249459750
        },
        {
            "start": 1249459753,
            "stop": 1249459841
        },
        {
            "start": 1249459844,
            "stop": 1249460148
        },
        {
            "start": 1249460151,
            "stop": 1249460169
        },
        {
            "start": 1249460172,
            "stop": 1249460215
        },
        {
            "start": 1249460218,
            "stop": 1249460323
        },
        {
            "start": 1249460326,
            "stop": 1249460362
        },
        {
            "start": 1249460365,
            "stop": 1249460419
        },
        {
            "start": 1249460422,
            "stop": 1249460443
        },
        {
            "start": 1249460446,
            "stop": 1249460505
        },
        {
            "start": 1249460508,
            "stop": 1249460600
        },
        {
            "start": 1249460603,
            "stop": 1249460639
        },
        {
            "start": 1249460642,
            "stop": 1249460675
        }
    ]
}