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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 36,
    "results": [
        {
            "start": 1400367396,
            "stop": 1400368933
        },
        {
            "start": 1400368997,
            "stop": 1400369781
        },
        {
            "start": 1400369845,
            "stop": 1400371757
        },
        {
            "start": 1400371821,
            "stop": 1400374621
        },
        {
            "start": 1400374685,
            "stop": 1400379733
        },
        {
            "start": 1400379781,
            "stop": 1400381101
        },
        {
            "start": 1400381165,
            "stop": 1400386646
        },
        {
            "start": 1400386649,
            "stop": 1400390294
        },
        {
            "start": 1400390299,
            "stop": 1400396909
        },
        {
            "start": 1400396973,
            "stop": 1400400754
        },
        {
            "start": 1400400757,
            "stop": 1400402261
        },
        {
            "start": 1400402309,
            "stop": 1400402685
        },
        {
            "start": 1400402749,
            "stop": 1400404452
        },
        {
            "start": 1400404457,
            "stop": 1400416354
        },
        {
            "start": 1400416358,
            "stop": 1400419061
        },
        {
            "start": 1400419109,
            "stop": 1400422450
        },
        {
            "start": 1400422452,
            "stop": 1400424340
        },
        {
            "start": 1400424343,
            "stop": 1400424701
        },
        {
            "start": 1400424765,
            "stop": 1400424781
        },
        {
            "start": 1400424845,
            "stop": 1400432573
        }
    ]
}