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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=121",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 122,
    "results": [
        {
            "start": 931678713,
            "stop": 931678714
        },
        {
            "start": 931678765,
            "stop": 931678766
        },
        {
            "start": 931678841,
            "stop": 931678842
        },
        {
            "start": 931678852,
            "stop": 931678853
        },
        {
            "start": 931678870,
            "stop": 931678903
        },
        {
            "start": 931679002,
            "stop": 931679009
        },
        {
            "start": 931679028,
            "stop": 931679032
        },
        {
            "start": 931679072,
            "stop": 931679078
        },
        {
            "start": 931679093,
            "stop": 931679095
        },
        {
            "start": 931679171,
            "stop": 931679173
        },
        {
            "start": 931679191,
            "stop": 931679203
        },
        {
            "start": 931679215,
            "stop": 931679218
        },
        {
            "start": 931679249,
            "stop": 931679251
        },
        {
            "start": 931679282,
            "stop": 931679283
        },
        {
            "start": 931679322,
            "stop": 931679323
        },
        {
            "start": 931679333,
            "stop": 931679334
        },
        {
            "start": 931679357,
            "stop": 931679361
        },
        {
            "start": 931679376,
            "stop": 931679389
        },
        {
            "start": 931679396,
            "stop": 931679397
        },
        {
            "start": 931679405,
            "stop": 931679410
        }
    ]
}