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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2951",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2952,
    "results": [
        {
            "start": 859842463,
            "stop": 859842467
        },
        {
            "start": 859842473,
            "stop": 859844614
        },
        {
            "start": 859844617,
            "stop": 859846200
        },
        {
            "start": 859846260,
            "stop": 859846832
        },
        {
            "start": 859846838,
            "stop": 859846860
        },
        {
            "start": 859846920,
            "stop": 859847799
        },
        {
            "start": 859847802,
            "stop": 859848847
        },
        {
            "start": 859849174,
            "stop": 859851630
        },
        {
            "start": 859851780,
            "stop": 859851999
        },
        {
            "start": 859870514,
            "stop": 859873493
        },
        {
            "start": 859873496,
            "stop": 859877371
        },
        {
            "start": 859877374,
            "stop": 859886623
        },
        {
            "start": 859886626,
            "stop": 859886990
        },
        {
            "start": 859886993,
            "stop": 859893240
        },
        {
            "start": 859893360,
            "stop": 859898001
        },
        {
            "start": 859898006,
            "stop": 859898818
        },
        {
            "start": 859899988,
            "stop": 859902260
        },
        {
            "start": 859902265,
            "stop": 859902285
        },
        {
            "start": 859902290,
            "stop": 859902295
        },
        {
            "start": 859902360,
            "stop": 859903349
        }
    ]
}