Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=52",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 53,
    "results": [
        {
            "start": 817727705,
            "stop": 817727724
        },
        {
            "start": 817727733,
            "stop": 817729540
        },
        {
            "start": 817729548,
            "stop": 817729565
        },
        {
            "start": 817729573,
            "stop": 817736839
        },
        {
            "start": 817736849,
            "stop": 817736882
        },
        {
            "start": 817736891,
            "stop": 817737221
        },
        {
            "start": 817737243,
            "stop": 817737255
        },
        {
            "start": 817737265,
            "stop": 817738652
        },
        {
            "start": 817738666,
            "stop": 817738684
        },
        {
            "start": 817738692,
            "stop": 817740691
        },
        {
            "start": 817740699,
            "stop": 817741605
        },
        {
            "start": 817741613,
            "stop": 817741625
        },
        {
            "start": 817741633,
            "stop": 817741642
        },
        {
            "start": 817741650,
            "stop": 817741704
        },
        {
            "start": 817741712,
            "stop": 817742299
        },
        {
            "start": 817742307,
            "stop": 817743018
        },
        {
            "start": 817743034,
            "stop": 817743166
        },
        {
            "start": 817743174,
            "stop": 817743711
        },
        {
            "start": 817743719,
            "stop": 817743720
        },
        {
            "start": 817743728,
            "stop": 817744027
        }
    ]
}