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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=94",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 95,
    "results": [
        {
            "start": 818052618,
            "stop": 818052623
        },
        {
            "start": 818052626,
            "stop": 818052629
        },
        {
            "start": 818052635,
            "stop": 818052639
        },
        {
            "start": 818052644,
            "stop": 818052645
        },
        {
            "start": 818052651,
            "stop": 818052659
        },
        {
            "start": 818052662,
            "stop": 818052663
        },
        {
            "start": 818052668,
            "stop": 818052672
        },
        {
            "start": 818052675,
            "stop": 818052684
        },
        {
            "start": 818052691,
            "stop": 818052693
        },
        {
            "start": 818052701,
            "stop": 818052702
        },
        {
            "start": 818052707,
            "stop": 818052738
        },
        {
            "start": 818052741,
            "stop": 818052760
        },
        {
            "start": 818052769,
            "stop": 818052786
        },
        {
            "start": 818052789,
            "stop": 818052792
        },
        {
            "start": 818052795,
            "stop": 818052804
        },
        {
            "start": 818052807,
            "stop": 818052809
        },
        {
            "start": 818052812,
            "stop": 818052833
        },
        {
            "start": 818052841,
            "stop": 818052854
        },
        {
            "start": 818052857,
            "stop": 818052867
        },
        {
            "start": 818052870,
            "stop": 818052872
        }
    ]
}