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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=403",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 404,
    "results": [
        {
            "start": 821499238,
            "stop": 821499240
        },
        {
            "start": 821499259,
            "stop": 821499262
        },
        {
            "start": 821499324,
            "stop": 821499332
        },
        {
            "start": 821499367,
            "stop": 821499404
        },
        {
            "start": 821499430,
            "stop": 821499493
        },
        {
            "start": 821499529,
            "stop": 821499576
        },
        {
            "start": 821499617,
            "stop": 821499621
        },
        {
            "start": 821499640,
            "stop": 821499660
        },
        {
            "start": 821499679,
            "stop": 821499705
        },
        {
            "start": 821499724,
            "stop": 821499744
        },
        {
            "start": 821499748,
            "stop": 821499749
        },
        {
            "start": 821499815,
            "stop": 821499816
        },
        {
            "start": 821499854,
            "stop": 821499862
        },
        {
            "start": 821499881,
            "stop": 821499910
        },
        {
            "start": 821499929,
            "stop": 821499950
        },
        {
            "start": 821499971,
            "stop": 821500001
        },
        {
            "start": 821500020,
            "stop": 821500034
        },
        {
            "start": 821500053,
            "stop": 821500072
        },
        {
            "start": 821500105,
            "stop": 821500165
        },
        {
            "start": 821500184,
            "stop": 821500208
        }
    ]
}