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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8084",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8082",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8083,
    "results": [
        {
            "start": 970491755,
            "stop": 970491757
        },
        {
            "start": 970491767,
            "stop": 970491769
        },
        {
            "start": 970491775,
            "stop": 970491777
        },
        {
            "start": 970491782,
            "stop": 970491783
        },
        {
            "start": 970491829,
            "stop": 970491833
        },
        {
            "start": 970491836,
            "stop": 970491844
        },
        {
            "start": 970491847,
            "stop": 970491850
        },
        {
            "start": 970491892,
            "stop": 970491893
        },
        {
            "start": 970491942,
            "stop": 970491947
        },
        {
            "start": 970491950,
            "stop": 970491951
        },
        {
            "start": 970496463,
            "stop": 970496505
        },
        {
            "start": 970496508,
            "stop": 970496560
        },
        {
            "start": 970496563,
            "stop": 970496665
        },
        {
            "start": 970496668,
            "stop": 970496740
        },
        {
            "start": 970496743,
            "stop": 970496819
        },
        {
            "start": 970496824,
            "stop": 970496834
        },
        {
            "start": 970496837,
            "stop": 970496926
        },
        {
            "start": 970496947,
            "stop": 970496955
        },
        {
            "start": 970497033,
            "stop": 970497034
        },
        {
            "start": 970497050,
            "stop": 970497051
        }
    ]
}