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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=783",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 784,
    "results": [
        {
            "start": 860688152,
            "stop": 860688212
        },
        {
            "start": 860699285,
            "stop": 860699525
        },
        {
            "start": 860699681,
            "stop": 860699741
        },
        {
            "start": 860699905,
            "stop": 860700025
        },
        {
            "start": 860700199,
            "stop": 860700499
        },
        {
            "start": 860701667,
            "stop": 860701847
        },
        {
            "start": 860702010,
            "stop": 860702070
        },
        {
            "start": 860702318,
            "stop": 860702558
        },
        {
            "start": 860702692,
            "stop": 860702812
        },
        {
            "start": 860703182,
            "stop": 860703302
        },
        {
            "start": 860703680,
            "stop": 860704040
        },
        {
            "start": 860704366,
            "stop": 860704456
        },
        {
            "start": 860705161,
            "stop": 860705221
        },
        {
            "start": 860705718,
            "stop": 860705928
        },
        {
            "start": 860706185,
            "stop": 860706365
        },
        {
            "start": 860706425,
            "stop": 860706485
        },
        {
            "start": 860706575,
            "stop": 860706635
        },
        {
            "start": 860706953,
            "stop": 860707133
        },
        {
            "start": 860708055,
            "stop": 860708715
        },
        {
            "start": 860708899,
            "stop": 860709319
        }
    ]
}