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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=598",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 599,
    "results": [
        {
            "start": 843252682,
            "stop": 843254574
        },
        {
            "start": 843254579,
            "stop": 843254582
        },
        {
            "start": 843254587,
            "stop": 843257757
        },
        {
            "start": 843259139,
            "stop": 843272271
        },
        {
            "start": 843273634,
            "stop": 843311543
        },
        {
            "start": 843348887,
            "stop": 843421657
        },
        {
            "start": 843422617,
            "stop": 843427566
        },
        {
            "start": 843427574,
            "stop": 843427995
        },
        {
            "start": 843428936,
            "stop": 843429115
        },
        {
            "start": 843429129,
            "stop": 843429136
        },
        {
            "start": 843429144,
            "stop": 843429152
        },
        {
            "start": 843432478,
            "stop": 843435866
        },
        {
            "start": 843437168,
            "stop": 843443222
        },
        {
            "start": 843444234,
            "stop": 843445284
        },
        {
            "start": 843445946,
            "stop": 843460464
        },
        {
            "start": 843468396,
            "stop": 843481321
        },
        {
            "start": 843481792,
            "stop": 843493917
        },
        {
            "start": 843493925,
            "stop": 843494782
        },
        {
            "start": 843494790,
            "stop": 843501890
        },
        {
            "start": 843504471,
            "stop": 843506101
        }
    ]
}