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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=72",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 73,
    "results": [
        {
            "start": 827842082,
            "stop": 827845304
        },
        {
            "start": 827845908,
            "stop": 827845957
        },
        {
            "start": 827847063,
            "stop": 827847961
        },
        {
            "start": 827865186,
            "stop": 827869064
        },
        {
            "start": 827873159,
            "stop": 827873328
        },
        {
            "start": 827873459,
            "stop": 827874577
        },
        {
            "start": 827874692,
            "stop": 827879186
        },
        {
            "start": 827883063,
            "stop": 827885527
        },
        {
            "start": 827885800,
            "stop": 827902590
        },
        {
            "start": 827903292,
            "stop": 827907583
        },
        {
            "start": 827910250,
            "stop": 827912154
        },
        {
            "start": 827915537,
            "stop": 827924566
        },
        {
            "start": 827931600,
            "stop": 827936454
        },
        {
            "start": 827940629,
            "stop": 827940807
        },
        {
            "start": 827940934,
            "stop": 827941091
        },
        {
            "start": 827941157,
            "stop": 827951369
        },
        {
            "start": 827952080,
            "stop": 827955565
        },
        {
            "start": 827955991,
            "stop": 827956267
        },
        {
            "start": 827957270,
            "stop": 827957530
        },
        {
            "start": 827957747,
            "stop": 827958132
        }
    ]
}