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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=373",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 374,
    "results": [
        {
            "start": 849131447,
            "stop": 849131564
        },
        {
            "start": 849131755,
            "stop": 849132045
        },
        {
            "start": 849132190,
            "stop": 849133479
        },
        {
            "start": 849133626,
            "stop": 849137907
        },
        {
            "start": 849138077,
            "stop": 849141945
        },
        {
            "start": 849141947,
            "stop": 849142859
        },
        {
            "start": 849142861,
            "stop": 849143986
        },
        {
            "start": 849144114,
            "stop": 849144241
        },
        {
            "start": 849144242,
            "stop": 849145029
        },
        {
            "start": 849145030,
            "stop": 849145305
        },
        {
            "start": 849145531,
            "stop": 849149004
        },
        {
            "start": 849149006,
            "stop": 849149929
        },
        {
            "start": 849150050,
            "stop": 849156407
        },
        {
            "start": 849156408,
            "stop": 849158074
        },
        {
            "start": 849158076,
            "stop": 849158487
        },
        {
            "start": 849158489,
            "stop": 849158866
        },
        {
            "start": 849159486,
            "stop": 849162595
        },
        {
            "start": 849163306,
            "stop": 849166484
        },
        {
            "start": 849166487,
            "stop": 849171235
        },
        {
            "start": 849171237,
            "stop": 849171272
        }
    ]
}