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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=135",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 136,
    "results": [
        {
            "start": 829839979,
            "stop": 829841239
        },
        {
            "start": 829841243,
            "stop": 829841690
        },
        {
            "start": 829841694,
            "stop": 829842108
        },
        {
            "start": 829842111,
            "stop": 829842170
        },
        {
            "start": 829842174,
            "stop": 829842406
        },
        {
            "start": 829842415,
            "stop": 829842459
        },
        {
            "start": 829842463,
            "stop": 829843134
        },
        {
            "start": 829843138,
            "stop": 829843568
        },
        {
            "start": 829843572,
            "stop": 829843780
        },
        {
            "start": 829844335,
            "stop": 829846460
        },
        {
            "start": 829846465,
            "stop": 829847554
        },
        {
            "start": 829847558,
            "stop": 829848795
        },
        {
            "start": 829848799,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829860133
        },
        {
            "start": 829863585,
            "stop": 829864868
        },
        {
            "start": 829864872,
            "stop": 829865699
        },
        {
            "start": 829865703,
            "stop": 829867767
        },
        {
            "start": 829867771,
            "stop": 829868002
        },
        {
            "start": 829868006,
            "stop": 829890230
        },
        {
            "start": 829891799,
            "stop": 829926895
        }
    ]
}