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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=328",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 329,
    "results": [
        {
            "start": 823489198,
            "stop": 823497013
        },
        {
            "start": 823497020,
            "stop": 823507497
        },
        {
            "start": 823507509,
            "stop": 823507754
        },
        {
            "start": 823507771,
            "stop": 823507791
        },
        {
            "start": 823507821,
            "stop": 823507835
        },
        {
            "start": 823507840,
            "stop": 823507861
        },
        {
            "start": 823507868,
            "stop": 823507876
        },
        {
            "start": 823507883,
            "stop": 823507897
        },
        {
            "start": 823507920,
            "stop": 823507944
        },
        {
            "start": 823507954,
            "stop": 823507955
        },
        {
            "start": 823508827,
            "stop": 823518653
        },
        {
            "start": 823518659,
            "stop": 823524277
        },
        {
            "start": 823524282,
            "stop": 823524299
        },
        {
            "start": 823524305,
            "stop": 823524359
        },
        {
            "start": 823524372,
            "stop": 823526657
        },
        {
            "start": 823527489,
            "stop": 823528175
        },
        {
            "start": 823528180,
            "stop": 823528194
        },
        {
            "start": 823528199,
            "stop": 823528241
        },
        {
            "start": 823528251,
            "stop": 823528261
        },
        {
            "start": 823528274,
            "stop": 823528828
        }
    ]
}