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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6906",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6907,
    "results": [
        {
            "start": 873489123,
            "stop": 873489124
        },
        {
            "start": 873489128,
            "stop": 873489135
        },
        {
            "start": 873489147,
            "stop": 873489163
        },
        {
            "start": 873489166,
            "stop": 873489254
        },
        {
            "start": 873489258,
            "stop": 873489738
        },
        {
            "start": 873489746,
            "stop": 873489850
        },
        {
            "start": 873489860,
            "stop": 873489871
        },
        {
            "start": 873489880,
            "stop": 873489884
        },
        {
            "start": 873489888,
            "stop": 873489900
        },
        {
            "start": 873489905,
            "stop": 873490059
        },
        {
            "start": 873490063,
            "stop": 873490298
        },
        {
            "start": 873490305,
            "stop": 873490346
        },
        {
            "start": 873490352,
            "stop": 873490407
        },
        {
            "start": 873490411,
            "stop": 873490441
        },
        {
            "start": 873490446,
            "stop": 873490474
        },
        {
            "start": 873490478,
            "stop": 873490479
        },
        {
            "start": 873490484,
            "stop": 873490496
        },
        {
            "start": 873490499,
            "stop": 873490605
        },
        {
            "start": 873490608,
            "stop": 873490716
        },
        {
            "start": 873490719,
            "stop": 873490757
        }
    ]
}