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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=22",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 23,
    "results": [
        {
            "start": 1410251111,
            "stop": 1410280604
        },
        {
            "start": 1410287404,
            "stop": 1410288473
        },
        {
            "start": 1410295388,
            "stop": 1410300814
        },
        {
            "start": 1410311247,
            "stop": 1410311375
        },
        {
            "start": 1410315687,
            "stop": 1410327855
        },
        {
            "start": 1410332704,
            "stop": 1410345959
        },
        {
            "start": 1410349824,
            "stop": 1410373879
        },
        {
            "start": 1410375898,
            "stop": 1410388819
        },
        {
            "start": 1410388988,
            "stop": 1410414172
        },
        {
            "start": 1410418400,
            "stop": 1410474318
        },
        {
            "start": 1410492607,
            "stop": 1410502164
        },
        {
            "start": 1410508610,
            "stop": 1410519703
        },
        {
            "start": 1410546887,
            "stop": 1410549418
        },
        {
            "start": 1410554363,
            "stop": 1410570162
        },
        {
            "start": 1410574332,
            "stop": 1410587154
        },
        {
            "start": 1410590493,
            "stop": 1410594067
        },
        {
            "start": 1410600122,
            "stop": 1410618149
        },
        {
            "start": 1410650656,
            "stop": 1410650664
        },
        {
            "start": 1410650703,
            "stop": 1410667352
        },
        {
            "start": 1410669392,
            "stop": 1410701969
        }
    ]
}