Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1507
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1506",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1507,
    "results": [
        {
            "start": 869151451,
            "stop": 869156210
        },
        {
            "start": 869156213,
            "stop": 869164329
        },
        {
            "start": 869164332,
            "stop": 869171258
        },
        {
            "start": 869171262,
            "stop": 869233997
        },
        {
            "start": 869235596,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869354325
        },
        {
            "start": 869354328,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869388976
        },
        {
            "start": 869388979,
            "stop": 869406987
        },
        {
            "start": 869406990,
            "stop": 869413807
        },
        {
            "start": 869439646,
            "stop": 869441214
        },
        {
            "start": 869441217,
            "stop": 869441313
        },
        {
            "start": 869441316,
            "stop": 869442344
        },
        {
            "start": 869442349,
            "stop": 869442622
        },
        {
            "start": 869443557,
            "stop": 869444044
        },
        {
            "start": 869444047,
            "stop": 869466204
        },
        {
            "start": 869468554,
            "stop": 869469277
        },
        {
            "start": 869469280,
            "stop": 869473213
        }
    ]
}