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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=177",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 178,
    "results": [
        {
            "start": 821651808,
            "stop": 821651822
        },
        {
            "start": 821651827,
            "stop": 821651828
        },
        {
            "start": 821651831,
            "stop": 821651860
        },
        {
            "start": 821651866,
            "stop": 821651875
        },
        {
            "start": 821651878,
            "stop": 821651893
        },
        {
            "start": 821651896,
            "stop": 821651901
        },
        {
            "start": 821651908,
            "stop": 821651910
        },
        {
            "start": 821651917,
            "stop": 821651926
        },
        {
            "start": 821651932,
            "stop": 821651936
        },
        {
            "start": 821651939,
            "stop": 821651954
        },
        {
            "start": 821651957,
            "stop": 821651958
        },
        {
            "start": 821651961,
            "stop": 821651968
        },
        {
            "start": 821651971,
            "stop": 821651977
        },
        {
            "start": 821651983,
            "stop": 821651999
        },
        {
            "start": 821652003,
            "stop": 821652008
        },
        {
            "start": 821652015,
            "stop": 821652016
        },
        {
            "start": 821652023,
            "stop": 821652044
        },
        {
            "start": 821652049,
            "stop": 821652060
        },
        {
            "start": 821652063,
            "stop": 821652092
        },
        {
            "start": 821652095,
            "stop": 821652109
        }
    ]
}