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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1938",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1939,
    "results": [
        {
            "start": 850826064,
            "stop": 850839207
        },
        {
            "start": 850839213,
            "stop": 850841069
        },
        {
            "start": 850841869,
            "stop": 850851095
        },
        {
            "start": 850851098,
            "stop": 850853128
        },
        {
            "start": 850855168,
            "stop": 850856889
        },
        {
            "start": 850857961,
            "stop": 850859491
        },
        {
            "start": 850859791,
            "stop": 850880233
        },
        {
            "start": 850880712,
            "stop": 850880854
        },
        {
            "start": 850881355,
            "stop": 850940457
        },
        {
            "start": 850940934,
            "stop": 851016283
        },
        {
            "start": 851016285,
            "stop": 851033104
        },
        {
            "start": 851033748,
            "stop": 851038583
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072939,
            "stop": 851072984
        },
        {
            "start": 851073644,
            "stop": 851073646
        },
        {
            "start": 851074022,
            "stop": 851074040
        },
        {
            "start": 851074150,
            "stop": 851074279
        },
        {
            "start": 851074830,
            "stop": 851075613
        },
        {
            "start": 851076015,
            "stop": 851076619
        },
        {
            "start": 851076919,
            "stop": 851076938
        }
    ]
}