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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=94",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 95,
    "results": [
        {
            "start": 931608635,
            "stop": 931608737
        },
        {
            "start": 931608756,
            "stop": 931608760
        },
        {
            "start": 931608762,
            "stop": 931608768
        },
        {
            "start": 931608770,
            "stop": 931608772
        },
        {
            "start": 931608775,
            "stop": 931608776
        },
        {
            "start": 931608779,
            "stop": 931608782
        },
        {
            "start": 931608785,
            "stop": 931608788
        },
        {
            "start": 931608791,
            "stop": 931608797
        },
        {
            "start": 931608800,
            "stop": 931608813
        },
        {
            "start": 931608815,
            "stop": 931608817
        },
        {
            "start": 931608820,
            "stop": 931608828
        },
        {
            "start": 931608830,
            "stop": 931608833
        },
        {
            "start": 931608835,
            "stop": 931608839
        },
        {
            "start": 931608857,
            "stop": 931608875
        },
        {
            "start": 931608893,
            "stop": 931608943
        },
        {
            "start": 931608961,
            "stop": 931609056
        },
        {
            "start": 931609097,
            "stop": 931609099
        },
        {
            "start": 931609127,
            "stop": 931609147
        },
        {
            "start": 931609191,
            "stop": 931609197
        },
        {
            "start": 931609215,
            "stop": 931609244
        }
    ]
}