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/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=874
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=875",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=873",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 874,
    "results": [
        {
            "start": 967851867,
            "stop": 967898300
        },
        {
            "start": 967929119,
            "stop": 967935609
        },
        {
            "start": 967936524,
            "stop": 967944809
        },
        {
            "start": 967946309,
            "stop": 967962066
        },
        {
            "start": 967962577,
            "stop": 967982279
        },
        {
            "start": 967988776,
            "stop": 967998570
        },
        {
            "start": 967999123,
            "stop": 968019342
        },
        {
            "start": 968019347,
            "stop": 968024633
        },
        {
            "start": 968024819,
            "stop": 968053707
        },
        {
            "start": 968059588,
            "stop": 968065678
        },
        {
            "start": 968067164,
            "stop": 968075442
        },
        {
            "start": 968092571,
            "stop": 968109193
        },
        {
            "start": 968109220,
            "stop": 968114701
        },
        {
            "start": 968261889,
            "stop": 968264704
        },
        {
            "start": 968264896,
            "stop": 968283286
        },
        {
            "start": 968286263,
            "stop": 968315398
        },
        {
            "start": 968315404,
            "stop": 968326464
        },
        {
            "start": 968326469,
            "stop": 968336405
        },
        {
            "start": 968339382,
            "stop": 968346864
        },
        {
            "start": 968346870,
            "stop": 968347156
        }
    ]
}