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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16816",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16817,
    "results": [
        {
            "start": 875193473,
            "stop": 875193491
        },
        {
            "start": 875193495,
            "stop": 875193504
        },
        {
            "start": 875193507,
            "stop": 875193633
        },
        {
            "start": 875193634,
            "stop": 875193742
        },
        {
            "start": 875193743,
            "stop": 875193973
        },
        {
            "start": 875193974,
            "stop": 875194094
        },
        {
            "start": 875194095,
            "stop": 875194198
        },
        {
            "start": 875194199,
            "stop": 875194252
        },
        {
            "start": 875194253,
            "stop": 875194537
        },
        {
            "start": 875194538,
            "stop": 875194634
        },
        {
            "start": 875194635,
            "stop": 875194950
        },
        {
            "start": 875196510,
            "stop": 875196527
        },
        {
            "start": 875196528,
            "stop": 875196536
        },
        {
            "start": 875196540,
            "stop": 875196671
        },
        {
            "start": 875196673,
            "stop": 875196736
        },
        {
            "start": 875196740,
            "stop": 875196830
        },
        {
            "start": 875196831,
            "stop": 875196866
        },
        {
            "start": 875196867,
            "stop": 875198134
        },
        {
            "start": 875198135,
            "stop": 875198680
        },
        {
            "start": 875198681,
            "stop": 875198842
        }
    ]
}