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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=393",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 394,
    "results": [
        {
            "start": 821516862,
            "stop": 821516881
        },
        {
            "start": 821516884,
            "stop": 821516886
        },
        {
            "start": 821516889,
            "stop": 821516896
        },
        {
            "start": 821516902,
            "stop": 821516978
        },
        {
            "start": 821516981,
            "stop": 821517051
        },
        {
            "start": 821517055,
            "stop": 821517071
        },
        {
            "start": 821517074,
            "stop": 821517094
        },
        {
            "start": 821517097,
            "stop": 821517161
        },
        {
            "start": 821517165,
            "stop": 821517186
        },
        {
            "start": 821517189,
            "stop": 821517319
        },
        {
            "start": 821517322,
            "stop": 821517370
        },
        {
            "start": 821517375,
            "stop": 821517383
        },
        {
            "start": 821517386,
            "stop": 821517406
        },
        {
            "start": 821517409,
            "stop": 821517470
        },
        {
            "start": 821517473,
            "stop": 821517515
        },
        {
            "start": 821517518,
            "stop": 821517564
        },
        {
            "start": 821517567,
            "stop": 821517594
        },
        {
            "start": 821517597,
            "stop": 821517631
        },
        {
            "start": 821517634,
            "stop": 821517674
        },
        {
            "start": 821517677,
            "stop": 821517715
        }
    ]
}