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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=93",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 94,
    "results": [
        {
            "start": 931605762,
            "stop": 931605766
        },
        {
            "start": 931605784,
            "stop": 931605961
        },
        {
            "start": 931605979,
            "stop": 931606247
        },
        {
            "start": 931606265,
            "stop": 931606423
        },
        {
            "start": 931606428,
            "stop": 931606441
        },
        {
            "start": 931606461,
            "stop": 931606810
        },
        {
            "start": 931606828,
            "stop": 931606841
        },
        {
            "start": 931606865,
            "stop": 931606885
        },
        {
            "start": 931606888,
            "stop": 931607053
        },
        {
            "start": 931607073,
            "stop": 931607208
        },
        {
            "start": 931607226,
            "stop": 931607322
        },
        {
            "start": 931607340,
            "stop": 931607715
        },
        {
            "start": 931607733,
            "stop": 931607954
        },
        {
            "start": 931607984,
            "stop": 931607991
        },
        {
            "start": 931608010,
            "stop": 931608015
        },
        {
            "start": 931608375,
            "stop": 931608407
        },
        {
            "start": 931608425,
            "stop": 931608496
        },
        {
            "start": 931608513,
            "stop": 931608558
        },
        {
            "start": 931608563,
            "stop": 931608566
        },
        {
            "start": 931608584,
            "stop": 931608617
        }
    ]
}