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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5154",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5155,
    "results": [
        {
            "start": 969585993,
            "stop": 969586105
        },
        {
            "start": 969586108,
            "stop": 969586200
        },
        {
            "start": 969586203,
            "stop": 969586940
        },
        {
            "start": 969586943,
            "stop": 969588141
        },
        {
            "start": 969588147,
            "stop": 969588168
        },
        {
            "start": 969588171,
            "stop": 969588324
        },
        {
            "start": 969588327,
            "stop": 969588495
        },
        {
            "start": 969588498,
            "stop": 969588717
        },
        {
            "start": 969588720,
            "stop": 969589483
        },
        {
            "start": 969589486,
            "stop": 969589513
        },
        {
            "start": 969589516,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969590718
        },
        {
            "start": 969590721,
            "stop": 969591389
        },
        {
            "start": 969591392,
            "stop": 969591485
        },
        {
            "start": 969591488,
            "stop": 969592079
        },
        {
            "start": 969592082,
            "stop": 969592861
        },
        {
            "start": 969592864,
            "stop": 969593793
        },
        {
            "start": 969593796,
            "stop": 969594522
        },
        {
            "start": 969594525,
            "stop": 969595071
        },
        {
            "start": 969595074,
            "stop": 969595603
        }
    ]
}