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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=60",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 61,
    "results": [
        {
            "start": 822481938,
            "stop": 822482390
        },
        {
            "start": 822483124,
            "stop": 822483253
        },
        {
            "start": 822483302,
            "stop": 822483303
        },
        {
            "start": 822486746,
            "stop": 822486766
        },
        {
            "start": 822486894,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822487893
        },
        {
            "start": 822488003,
            "stop": 822488348
        },
        {
            "start": 822489188,
            "stop": 822489241
        },
        {
            "start": 822489544,
            "stop": 822489729
        },
        {
            "start": 822489874,
            "stop": 822491953
        },
        {
            "start": 822491969,
            "stop": 822491970
        },
        {
            "start": 822492074,
            "stop": 822492983
        },
        {
            "start": 822493283,
            "stop": 822493993
        },
        {
            "start": 822494164,
            "stop": 822494330
        },
        {
            "start": 822494405,
            "stop": 822494561
        },
        {
            "start": 822494861,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495821
        },
        {
            "start": 822495913,
            "stop": 822496093
        },
        {
            "start": 822496123,
            "stop": 822496124
        }
    ]
}