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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6531",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6532,
    "results": [
        {
            "start": 874339857,
            "stop": 874340035
        },
        {
            "start": 874340036,
            "stop": 874340050
        },
        {
            "start": 874340052,
            "stop": 874340089
        },
        {
            "start": 874340091,
            "stop": 874340244
        },
        {
            "start": 874340245,
            "stop": 874340268
        },
        {
            "start": 874340270,
            "stop": 874340332
        },
        {
            "start": 874340333,
            "stop": 874340568
        },
        {
            "start": 874340570,
            "stop": 874340669
        },
        {
            "start": 874340670,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874341396
        },
        {
            "start": 874341397,
            "stop": 874341416
        },
        {
            "start": 874341417,
            "stop": 874341660
        },
        {
            "start": 874341661,
            "stop": 874341859
        },
        {
            "start": 874341860,
            "stop": 874341915
        },
        {
            "start": 874341917,
            "stop": 874341997
        },
        {
            "start": 874341998,
            "stop": 874342021
        },
        {
            "start": 874342022,
            "stop": 874342049
        },
        {
            "start": 874342050,
            "stop": 874342278
        },
        {
            "start": 874342279,
            "stop": 874342617
        },
        {
            "start": 874342618,
            "stop": 874342717
        }
    ]
}