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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=290",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 291,
    "results": [
        {
            "start": 847619379,
            "stop": 847619405
        },
        {
            "start": 847619407,
            "stop": 847619408
        },
        {
            "start": 847619409,
            "stop": 847619538
        },
        {
            "start": 847619539,
            "stop": 847619580
        },
        {
            "start": 847619581,
            "stop": 847619631
        },
        {
            "start": 847619632,
            "stop": 847619789
        },
        {
            "start": 847619790,
            "stop": 847619793
        },
        {
            "start": 847619794,
            "stop": 847619838
        },
        {
            "start": 847619840,
            "stop": 847619841
        },
        {
            "start": 847619842,
            "stop": 847619843
        },
        {
            "start": 847619845,
            "stop": 847619874
        },
        {
            "start": 847619875,
            "stop": 847620143
        },
        {
            "start": 847620145,
            "stop": 847620219
        },
        {
            "start": 847620220,
            "stop": 847620227
        },
        {
            "start": 847620228,
            "stop": 847620252
        },
        {
            "start": 847620254,
            "stop": 847620297
        },
        {
            "start": 847620298,
            "stop": 847620312
        },
        {
            "start": 847620313,
            "stop": 847620314
        },
        {
            "start": 847620316,
            "stop": 847620354
        },
        {
            "start": 847620355,
            "stop": 847620399
        }
    ]
}