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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=34",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 35,
    "results": [
        {
            "start": 931769643,
            "stop": 931769662
        },
        {
            "start": 931769774,
            "stop": 931769779
        },
        {
            "start": 931770266,
            "stop": 931770268
        },
        {
            "start": 931770313,
            "stop": 931770316
        },
        {
            "start": 931770474,
            "stop": 931770488
        },
        {
            "start": 931770686,
            "stop": 931770697
        },
        {
            "start": 931770716,
            "stop": 931770725
        },
        {
            "start": 931770744,
            "stop": 931770748
        },
        {
            "start": 931770876,
            "stop": 931770894
        },
        {
            "start": 931770969,
            "stop": 931770973
        },
        {
            "start": 931770997,
            "stop": 931771000
        },
        {
            "start": 931771079,
            "stop": 931771087
        },
        {
            "start": 931771186,
            "stop": 931771220
        },
        {
            "start": 931771391,
            "stop": 931771397
        },
        {
            "start": 931771432,
            "stop": 931771433
        },
        {
            "start": 931771527,
            "stop": 931771538
        },
        {
            "start": 931771583,
            "stop": 931771585
        },
        {
            "start": 931771715,
            "stop": 931771742
        },
        {
            "start": 931771818,
            "stop": 931771828
        },
        {
            "start": 931771908,
            "stop": 931771910
        }
    ]
}