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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=230",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 231,
    "results": [
        {
            "start": 850693570,
            "stop": 850694311
        },
        {
            "start": 850695926,
            "stop": 850696897
        },
        {
            "start": 850698379,
            "stop": 850715534
        },
        {
            "start": 850722293,
            "stop": 850723183
        },
        {
            "start": 850785225,
            "stop": 850825126
        },
        {
            "start": 850826064,
            "stop": 850839199
        },
        {
            "start": 850839221,
            "stop": 850841069
        },
        {
            "start": 850841869,
            "stop": 850851087
        },
        {
            "start": 850851106,
            "stop": 850853128
        },
        {
            "start": 850855168,
            "stop": 850856881
        },
        {
            "start": 850857961,
            "stop": 850859491
        },
        {
            "start": 850859791,
            "stop": 850880233
        },
        {
            "start": 850880712,
            "stop": 850880854
        },
        {
            "start": 850881355,
            "stop": 850940449
        },
        {
            "start": 850940934,
            "stop": 851016275
        },
        {
            "start": 851016293,
            "stop": 851033104
        },
        {
            "start": 851033748,
            "stop": 851038583
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072939,
            "stop": 851072984
        },
        {
            "start": 851073644,
            "stop": 851073646
        }
    ]
}