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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 67,
    "results": [
        {
            "start": 1409073283,
            "stop": 1409073290
        },
        {
            "start": 1409073295,
            "stop": 1409073299
        },
        {
            "start": 1409073304,
            "stop": 1409073501
        },
        {
            "start": 1409073506,
            "stop": 1409073550
        },
        {
            "start": 1409073555,
            "stop": 1409073599
        },
        {
            "start": 1409073609,
            "stop": 1409073801
        },
        {
            "start": 1409073806,
            "stop": 1409073911
        },
        {
            "start": 1409073916,
            "stop": 1409073956
        },
        {
            "start": 1409073959,
            "stop": 1409073992
        },
        {
            "start": 1409073997,
            "stop": 1409074056
        },
        {
            "start": 1409074059,
            "stop": 1409074071
        },
        {
            "start": 1409074074,
            "stop": 1409083994
        },
        {
            "start": 1409083999,
            "stop": 1409084001
        },
        {
            "start": 1409084006,
            "stop": 1409084007
        },
        {
            "start": 1409084012,
            "stop": 1409084180
        },
        {
            "start": 1409084185,
            "stop": 1409084571
        },
        {
            "start": 1409084595,
            "stop": 1409084713
        },
        {
            "start": 1409084718,
            "stop": 1409084719
        },
        {
            "start": 1409084724,
            "stop": 1409084739
        },
        {
            "start": 1409084743,
            "stop": 1409084833
        }
    ]
}