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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16670",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16671,
    "results": [
        {
            "start": 874889123,
            "stop": 874889434
        },
        {
            "start": 874889435,
            "stop": 874889452
        },
        {
            "start": 874889454,
            "stop": 874889503
        },
        {
            "start": 874889505,
            "stop": 874889725
        },
        {
            "start": 874889726,
            "stop": 874889759
        },
        {
            "start": 874889761,
            "stop": 874889800
        },
        {
            "start": 874889801,
            "stop": 874889832
        },
        {
            "start": 874889833,
            "stop": 874890001
        },
        {
            "start": 874890002,
            "stop": 874890029
        },
        {
            "start": 874890030,
            "stop": 874890493
        },
        {
            "start": 874890494,
            "stop": 874890530
        },
        {
            "start": 874890532,
            "stop": 874890595
        },
        {
            "start": 874890596,
            "stop": 874890601
        },
        {
            "start": 874890604,
            "stop": 874890782
        },
        {
            "start": 874890783,
            "stop": 874890814
        },
        {
            "start": 874890815,
            "stop": 874890845
        },
        {
            "start": 874890846,
            "stop": 874891000
        },
        {
            "start": 874891001,
            "stop": 874891003
        },
        {
            "start": 874891004,
            "stop": 874891997
        },
        {
            "start": 874891998,
            "stop": 874892392
        }
    ]
}