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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=126",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 127,
    "results": [
        {
            "start": 827712679,
            "stop": 827712704
        },
        {
            "start": 827712708,
            "stop": 827712910
        },
        {
            "start": 827712934,
            "stop": 827713298
        },
        {
            "start": 827713302,
            "stop": 827713380
        },
        {
            "start": 827713383,
            "stop": 827713413
        },
        {
            "start": 827713417,
            "stop": 827713513
        },
        {
            "start": 827713517,
            "stop": 827713532
        },
        {
            "start": 827713546,
            "stop": 827713571
        },
        {
            "start": 827713575,
            "stop": 827713616
        },
        {
            "start": 827713619,
            "stop": 827713640
        },
        {
            "start": 827713643,
            "stop": 827713673
        },
        {
            "start": 827713676,
            "stop": 827773033
        },
        {
            "start": 827773061,
            "stop": 827773062
        },
        {
            "start": 827773356,
            "stop": 827777953
        },
        {
            "start": 827777991,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827784101
        },
        {
            "start": 827785268,
            "stop": 827817718
        },
        {
            "start": 827820324,
            "stop": 827849217
        },
        {
            "start": 827854488,
            "stop": 827858713
        },
        {
            "start": 827858759,
            "stop": 827858761
        }
    ]
}