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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=34",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 35,
    "results": [
        {
            "start": 817119355,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119965
        },
        {
            "start": 817119967,
            "stop": 817120016
        },
        {
            "start": 817120018,
            "stop": 817120025
        },
        {
            "start": 817120026,
            "stop": 817120154
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817124932
        },
        {
            "start": 817124935,
            "stop": 817125561
        },
        {
            "start": 817125563,
            "stop": 817125700
        },
        {
            "start": 817130229,
            "stop": 817141721
        },
        {
            "start": 817141725,
            "stop": 817142781
        },
        {
            "start": 817145310,
            "stop": 817147322
        },
        {
            "start": 817161030,
            "stop": 817163947
        },
        {
            "start": 817163949,
            "stop": 817163990
        },
        {
            "start": 817163991,
            "stop": 817164899
        },
        {
            "start": 817164901,
            "stop": 817166283
        },
        {
            "start": 817166285,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817168454
        },
        {
            "start": 817168457,
            "stop": 817171460
        },
        {
            "start": 817171462,
            "stop": 817171759
        }
    ]
}