Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=202
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=201",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 202,
    "results": [
        {
            "start": 933919366,
            "stop": 933919413
        },
        {
            "start": 933919416,
            "stop": 933919431
        },
        {
            "start": 933919435,
            "stop": 933922952
        },
        {
            "start": 933922954,
            "stop": 933922955
        },
        {
            "start": 933922957,
            "stop": 933922964
        },
        {
            "start": 933922967,
            "stop": 933922981
        },
        {
            "start": 933922983,
            "stop": 933922989
        },
        {
            "start": 933922991,
            "stop": 933923013
        },
        {
            "start": 933923016,
            "stop": 933923030
        },
        {
            "start": 933923035,
            "stop": 933926580
        },
        {
            "start": 933926582,
            "stop": 933926607
        },
        {
            "start": 933926610,
            "stop": 933926613
        },
        {
            "start": 933926616,
            "stop": 933926630
        },
        {
            "start": 933926634,
            "stop": 933927220
        },
        {
            "start": 933928531,
            "stop": 933930131
        },
        {
            "start": 933930133,
            "stop": 933930153
        },
        {
            "start": 933930156,
            "stop": 933930160
        },
        {
            "start": 933930163,
            "stop": 933930164
        },
        {
            "start": 933930166,
            "stop": 933930180
        },
        {
            "start": 933930183,
            "stop": 933930188
        }
    ]
}