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=1870
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=1871",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1869",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1870,
    "results": [
        {
            "start": 1250824968,
            "stop": 1250825261
        },
        {
            "start": 1250825262,
            "stop": 1250826608
        },
        {
            "start": 1250826611,
            "stop": 1250827550
        },
        {
            "start": 1250827551,
            "stop": 1250827766
        },
        {
            "start": 1250827767,
            "stop": 1250827768
        },
        {
            "start": 1250827769,
            "stop": 1250828453
        },
        {
            "start": 1250828456,
            "stop": 1250828701
        },
        {
            "start": 1250828702,
            "stop": 1250828886
        },
        {
            "start": 1250828889,
            "stop": 1250829449
        },
        {
            "start": 1250829452,
            "stop": 1250829800
        },
        {
            "start": 1250829803,
            "stop": 1250830227
        },
        {
            "start": 1250830229,
            "stop": 1250831590
        },
        {
            "start": 1250831593,
            "stop": 1250832658
        },
        {
            "start": 1250832661,
            "stop": 1250836672
        },
        {
            "start": 1250836675,
            "stop": 1250837990
        },
        {
            "start": 1250837993,
            "stop": 1250838931
        },
        {
            "start": 1250838934,
            "stop": 1250839576
        },
        {
            "start": 1250839579,
            "stop": 1250841876
        },
        {
            "start": 1250841884,
            "stop": 1250845124
        },
        {
            "start": 1250845125,
            "stop": 1250845928
        }
    ]
}