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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=860",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 861,
    "results": [
        {
            "start": 861985258,
            "stop": 861989158
        },
        {
            "start": 861989308,
            "stop": 861989518
        },
        {
            "start": 861989578,
            "stop": 861989998
        },
        {
            "start": 861990202,
            "stop": 861990442
        },
        {
            "start": 861990647,
            "stop": 861992327
        },
        {
            "start": 861992626,
            "stop": 861993706
        },
        {
            "start": 861993879,
            "stop": 861994059
        },
        {
            "start": 861994196,
            "stop": 861995636
        },
        {
            "start": 861995776,
            "stop": 861996796
        },
        {
            "start": 861999287,
            "stop": 862000067
        },
        {
            "start": 862000219,
            "stop": 862000699
        },
        {
            "start": 862000843,
            "stop": 862002583
        },
        {
            "start": 862002714,
            "stop": 862002894
        },
        {
            "start": 862004082,
            "stop": 862006782
        },
        {
            "start": 862007828,
            "stop": 862009508
        },
        {
            "start": 862040173,
            "stop": 862045933
        },
        {
            "start": 862046023,
            "stop": 862047313
        },
        {
            "start": 862047403,
            "stop": 862049593
        },
        {
            "start": 862049821,
            "stop": 862050421
        },
        {
            "start": 862050571,
            "stop": 862050721
        }
    ]
}