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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40801",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40802,
    "results": [
        {
            "start": 875012304,
            "stop": 875012336
        },
        {
            "start": 875012337,
            "stop": 875012370
        },
        {
            "start": 875012371,
            "stop": 875012378
        },
        {
            "start": 875012380,
            "stop": 875012394
        },
        {
            "start": 875012395,
            "stop": 875012399
        },
        {
            "start": 875012400,
            "stop": 875012503
        },
        {
            "start": 875012504,
            "stop": 875012564
        },
        {
            "start": 875012565,
            "stop": 875012580
        },
        {
            "start": 875012582,
            "stop": 875012664
        },
        {
            "start": 875012665,
            "stop": 875012713
        },
        {
            "start": 875012714,
            "stop": 875012820
        },
        {
            "start": 875012821,
            "stop": 875012830
        },
        {
            "start": 875012831,
            "stop": 875012833
        },
        {
            "start": 875012834,
            "stop": 875012939
        },
        {
            "start": 875012940,
            "stop": 875012999
        },
        {
            "start": 875013000,
            "stop": 875013098
        },
        {
            "start": 875013099,
            "stop": 875013176
        },
        {
            "start": 875013177,
            "stop": 875013200
        },
        {
            "start": 875013202,
            "stop": 875013236
        },
        {
            "start": 875013237,
            "stop": 875013268
        }
    ]
}