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=8130
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=8131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8129",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8130,
    "results": [
        {
            "start": 970855971,
            "stop": 970856036
        },
        {
            "start": 970856039,
            "stop": 970856080
        },
        {
            "start": 970856083,
            "stop": 970856108
        },
        {
            "start": 970856111,
            "stop": 970856132
        },
        {
            "start": 970856135,
            "stop": 970856220
        },
        {
            "start": 970856223,
            "stop": 970856378
        },
        {
            "start": 970856384,
            "stop": 970856449
        },
        {
            "start": 970856452,
            "stop": 970856471
        },
        {
            "start": 970856477,
            "stop": 970856479
        },
        {
            "start": 970856482,
            "stop": 970856486
        },
        {
            "start": 970856490,
            "stop": 970856830
        },
        {
            "start": 970856833,
            "stop": 970856843
        },
        {
            "start": 970856847,
            "stop": 970856952
        },
        {
            "start": 970856955,
            "stop": 970856961
        },
        {
            "start": 970856967,
            "stop": 970856974
        },
        {
            "start": 970856977,
            "stop": 970856992
        },
        {
            "start": 970856995,
            "stop": 970857002
        },
        {
            "start": 970857005,
            "stop": 970857161
        },
        {
            "start": 970857164,
            "stop": 970857242
        },
        {
            "start": 970857254,
            "stop": 970857295
        }
    ]
}