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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=440",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 441,
    "results": [
        {
            "start": 821774885,
            "stop": 821774893
        },
        {
            "start": 821774896,
            "stop": 821774899
        },
        {
            "start": 821774905,
            "stop": 821774908
        },
        {
            "start": 821774912,
            "stop": 821774922
        },
        {
            "start": 821774925,
            "stop": 821774927
        },
        {
            "start": 821774931,
            "stop": 821774937
        },
        {
            "start": 821774942,
            "stop": 821774943
        },
        {
            "start": 821774946,
            "stop": 821774947
        },
        {
            "start": 821774951,
            "stop": 821774953
        },
        {
            "start": 821774956,
            "stop": 821774958
        },
        {
            "start": 821774967,
            "stop": 821774968
        },
        {
            "start": 821774971,
            "stop": 821774975
        },
        {
            "start": 821774978,
            "stop": 821774982
        },
        {
            "start": 821774985,
            "stop": 821774990
        },
        {
            "start": 821774993,
            "stop": 821774998
        },
        {
            "start": 821775004,
            "stop": 821775013
        },
        {
            "start": 821775016,
            "stop": 821775020
        },
        {
            "start": 821775032,
            "stop": 821775033
        },
        {
            "start": 821775036,
            "stop": 821775037
        },
        {
            "start": 821775043,
            "stop": 821775044
        }
    ]
}