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=2361
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=2362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2360",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2361,
    "results": [
        {
            "start": 874743866,
            "stop": 874743881
        },
        {
            "start": 874745089,
            "stop": 874745136
        },
        {
            "start": 874745155,
            "stop": 874745906
        },
        {
            "start": 874745925,
            "stop": 874746112
        },
        {
            "start": 874746131,
            "stop": 874746391
        },
        {
            "start": 874746410,
            "stop": 874746412
        },
        {
            "start": 874746431,
            "stop": 874746514
        },
        {
            "start": 874746520,
            "stop": 874746823
        },
        {
            "start": 874746845,
            "stop": 874747401
        },
        {
            "start": 874747420,
            "stop": 874748420
        },
        {
            "start": 874748440,
            "stop": 874748475
        },
        {
            "start": 874748494,
            "stop": 874749066
        },
        {
            "start": 874749085,
            "stop": 874749104
        },
        {
            "start": 874749123,
            "stop": 874749239
        },
        {
            "start": 874749258,
            "stop": 874750343
        },
        {
            "start": 874750362,
            "stop": 874750446
        },
        {
            "start": 874750465,
            "stop": 874750649
        },
        {
            "start": 874750667,
            "stop": 874750933
        },
        {
            "start": 874750953,
            "stop": 874750981
        },
        {
            "start": 874750987,
            "stop": 874752172
        }
    ]
}