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=16658
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=16659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16657",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16658,
    "results": [
        {
            "start": 874836953,
            "stop": 874836987
        },
        {
            "start": 874836988,
            "stop": 874836992
        },
        {
            "start": 874836995,
            "stop": 874837003
        },
        {
            "start": 874837007,
            "stop": 874837137
        },
        {
            "start": 874837139,
            "stop": 874837185
        },
        {
            "start": 874837187,
            "stop": 874837288
        },
        {
            "start": 874837290,
            "stop": 874837342
        },
        {
            "start": 874837343,
            "stop": 874837365
        },
        {
            "start": 874837367,
            "stop": 874837654
        },
        {
            "start": 874837656,
            "stop": 874837709
        },
        {
            "start": 874837711,
            "stop": 874837782
        },
        {
            "start": 874837785,
            "stop": 874837804
        },
        {
            "start": 874837808,
            "stop": 874838010
        },
        {
            "start": 874838012,
            "stop": 874838204
        },
        {
            "start": 874838210,
            "stop": 874838211
        },
        {
            "start": 874838214,
            "stop": 874838220
        },
        {
            "start": 874838223,
            "stop": 874838225
        },
        {
            "start": 874838228,
            "stop": 874838231
        },
        {
            "start": 874838234,
            "stop": 874838245
        },
        {
            "start": 874838250,
            "stop": 874838251
        }
    ]
}