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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=109",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 110,
    "results": [
        {
            "start": 825913277,
            "stop": 825913304
        },
        {
            "start": 825913308,
            "stop": 825913344
        },
        {
            "start": 825913348,
            "stop": 825913395
        },
        {
            "start": 825913399,
            "stop": 825913405
        },
        {
            "start": 825913409,
            "stop": 825913429
        },
        {
            "start": 825913433,
            "stop": 825913446
        },
        {
            "start": 825913450,
            "stop": 825913456
        },
        {
            "start": 825913464,
            "stop": 825913470
        },
        {
            "start": 825913490,
            "stop": 825913500
        },
        {
            "start": 825913504,
            "stop": 825913561
        },
        {
            "start": 825913574,
            "stop": 825913581
        },
        {
            "start": 825913584,
            "stop": 825913600
        },
        {
            "start": 825913614,
            "stop": 825913701
        },
        {
            "start": 825913704,
            "stop": 825913806
        },
        {
            "start": 825913810,
            "stop": 825913813
        },
        {
            "start": 825913838,
            "stop": 825913839
        },
        {
            "start": 825913891,
            "stop": 825913900
        },
        {
            "start": 825913909,
            "stop": 825913930
        },
        {
            "start": 825913939,
            "stop": 825913950
        },
        {
            "start": 825913954,
            "stop": 825914078
        }
    ]
}