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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=136",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 137,
    "results": [
        {
            "start": 829926899,
            "stop": 829928574
        },
        {
            "start": 829928578,
            "stop": 829928999
        },
        {
            "start": 829929003,
            "stop": 829929028
        },
        {
            "start": 829929031,
            "stop": 829929115
        },
        {
            "start": 829929119,
            "stop": 829929171
        },
        {
            "start": 829929179,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937773
        },
        {
            "start": 829939401,
            "stop": 829941109
        },
        {
            "start": 829941113,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829948214
        },
        {
            "start": 829948218,
            "stop": 829948693
        },
        {
            "start": 829952725,
            "stop": 829952893
        },
        {
            "start": 829952936,
            "stop": 829952937
        },
        {
            "start": 829953004,
            "stop": 829955135
        },
        {
            "start": 829955361,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829981933
        },
        {
            "start": 829984768,
            "stop": 830012453
        },
        {
            "start": 830032317,
            "stop": 830036641
        },
        {
            "start": 830041350,
            "stop": 830044393
        },
        {
            "start": 830045706,
            "stop": 830096713
        }
    ]
}