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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=65",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 66,
    "results": [
        {
            "start": 822665992,
            "stop": 822666011
        },
        {
            "start": 822666044,
            "stop": 822666061
        },
        {
            "start": 822666065,
            "stop": 822666073
        },
        {
            "start": 822666136,
            "stop": 822666180
        },
        {
            "start": 822666212,
            "stop": 822666223
        },
        {
            "start": 822666232,
            "stop": 822666285
        },
        {
            "start": 822666289,
            "stop": 822666307
        },
        {
            "start": 822666426,
            "stop": 822666442
        },
        {
            "start": 822666458,
            "stop": 822666468
        },
        {
            "start": 822666511,
            "stop": 822666556
        },
        {
            "start": 822666560,
            "stop": 822666572
        },
        {
            "start": 822666606,
            "stop": 822666613
        },
        {
            "start": 822666640,
            "stop": 822666642
        },
        {
            "start": 822666680,
            "stop": 822666715
        },
        {
            "start": 822666719,
            "stop": 822666776
        },
        {
            "start": 822666785,
            "stop": 822666800
        },
        {
            "start": 822666804,
            "stop": 822666844
        },
        {
            "start": 822666861,
            "stop": 822666901
        },
        {
            "start": 822666917,
            "stop": 822666918
        },
        {
            "start": 822667000,
            "stop": 822667008
        }
    ]
}