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_CAT3/segments?format=api&page=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=336",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 337,
    "results": [
        {
            "start": 939036463,
            "stop": 939039874
        },
        {
            "start": 939039877,
            "stop": 939041234
        },
        {
            "start": 939042180,
            "stop": 939043569
        },
        {
            "start": 939046455,
            "stop": 939046826
        },
        {
            "start": 939048836,
            "stop": 939050309
        },
        {
            "start": 939050312,
            "stop": 939050385
        },
        {
            "start": 939050388,
            "stop": 939050409
        },
        {
            "start": 939050412,
            "stop": 939051336
        },
        {
            "start": 939051339,
            "stop": 939051347
        },
        {
            "start": 939051350,
            "stop": 939053511
        },
        {
            "start": 939053515,
            "stop": 939053685
        },
        {
            "start": 939053688,
            "stop": 939054051
        },
        {
            "start": 939054054,
            "stop": 939054098
        },
        {
            "start": 939054101,
            "stop": 939066311
        },
        {
            "start": 939067906,
            "stop": 939069692
        },
        {
            "start": 939069710,
            "stop": 939069717
        },
        {
            "start": 939072309,
            "stop": 939073243
        },
        {
            "start": 939073303,
            "stop": 939074443
        },
        {
            "start": 939074623,
            "stop": 939074743
        },
        {
            "start": 939074863,
            "stop": 939075103
        }
    ]
}