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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=291",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 292,
    "results": [
        {
            "start": 847620400,
            "stop": 847620432
        },
        {
            "start": 847620433,
            "stop": 847620513
        },
        {
            "start": 847620515,
            "stop": 847620610
        },
        {
            "start": 847620611,
            "stop": 847620655
        },
        {
            "start": 847620656,
            "stop": 847620782
        },
        {
            "start": 847620784,
            "stop": 847620809
        },
        {
            "start": 847620811,
            "stop": 847620819
        },
        {
            "start": 847620820,
            "stop": 847620825
        },
        {
            "start": 847620827,
            "stop": 847620911
        },
        {
            "start": 847620912,
            "stop": 847621012
        },
        {
            "start": 847621014,
            "stop": 847621038
        },
        {
            "start": 847621040,
            "stop": 847621070
        },
        {
            "start": 847621071,
            "stop": 847621099
        },
        {
            "start": 847621101,
            "stop": 847621113
        },
        {
            "start": 847621114,
            "stop": 847621120
        },
        {
            "start": 847621121,
            "stop": 847621191
        },
        {
            "start": 847621192,
            "stop": 847621194
        },
        {
            "start": 847621195,
            "stop": 847621196
        },
        {
            "start": 847621198,
            "stop": 847621209
        },
        {
            "start": 847621210,
            "stop": 847621239
        }
    ]
}