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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=503",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=501",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 502,
    "results": [
        {
            "start": 1184587587,
            "stop": 1184587588
        },
        {
            "start": 1184587590,
            "stop": 1184587611
        },
        {
            "start": 1184587639,
            "stop": 1184587640
        },
        {
            "start": 1184587643,
            "stop": 1184587809
        },
        {
            "start": 1184587811,
            "stop": 1184587936
        },
        {
            "start": 1184587938,
            "stop": 1184587966
        },
        {
            "start": 1184587968,
            "stop": 1184587976
        },
        {
            "start": 1184587978,
            "stop": 1184588012
        },
        {
            "start": 1184588015,
            "stop": 1184588085
        },
        {
            "start": 1184588088,
            "stop": 1184588130
        },
        {
            "start": 1184588132,
            "stop": 1184588133
        },
        {
            "start": 1184588135,
            "stop": 1184588144
        },
        {
            "start": 1184588154,
            "stop": 1184588268
        },
        {
            "start": 1184588270,
            "stop": 1184588280
        },
        {
            "start": 1184588282,
            "stop": 1184588506
        },
        {
            "start": 1184588508,
            "stop": 1184588512
        },
        {
            "start": 1184588522,
            "stop": 1184588523
        },
        {
            "start": 1184588526,
            "stop": 1184588527
        },
        {
            "start": 1184588530,
            "stop": 1184588798
        },
        {
            "start": 1184588800,
            "stop": 1184588816
        }
    ]
}