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/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=387
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=386",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 387,
    "results": [
        {
            "start": 866474989,
            "stop": 866475364
        },
        {
            "start": 866475386,
            "stop": 866475425
        },
        {
            "start": 866475620,
            "stop": 866477573
        },
        {
            "start": 866490322,
            "stop": 866490652
        },
        {
            "start": 866490673,
            "stop": 866490903
        },
        {
            "start": 866491013,
            "stop": 866491177
        },
        {
            "start": 866491774,
            "stop": 866494052
        },
        {
            "start": 866494073,
            "stop": 866497420
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        },
        {
            "start": 866506777,
            "stop": 866518272
        },
        {
            "start": 866518290,
            "stop": 866524470
        },
        {
            "start": 866524770,
            "stop": 866524782
        },
        {
            "start": 866524892,
            "stop": 866525188
        },
        {
            "start": 866525488,
            "stop": 866557342
        },
        {
            "start": 866557391,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866563427
        },
        {
            "start": 866563448,
            "stop": 866563464
        },
        {
            "start": 866563486,
            "stop": 866563499
        },
        {
            "start": 866563521,
            "stop": 866563524
        }
    ]
}