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=1536
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=1537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1535",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1536,
    "results": [
        {
            "start": 874350418,
            "stop": 874352730
        },
        {
            "start": 874353852,
            "stop": 874354117
        },
        {
            "start": 874355523,
            "stop": 874358460
        },
        {
            "start": 874358463,
            "stop": 874358474
        },
        {
            "start": 874358477,
            "stop": 874360660
        },
        {
            "start": 874362690,
            "stop": 874424650
        },
        {
            "start": 874424654,
            "stop": 874428121
        },
        {
            "start": 874428124,
            "stop": 874436871
        },
        {
            "start": 874438904,
            "stop": 874464191
        },
        {
            "start": 874464194,
            "stop": 874501485
        },
        {
            "start": 874502348,
            "stop": 874509840
        },
        {
            "start": 874509843,
            "stop": 874510237
        },
        {
            "start": 874510240,
            "stop": 874510247
        },
        {
            "start": 874510253,
            "stop": 874510258
        },
        {
            "start": 874510263,
            "stop": 874510269
        },
        {
            "start": 874510273,
            "stop": 874514066
        },
        {
            "start": 874515038,
            "stop": 874526312
        },
        {
            "start": 874526315,
            "stop": 874526324
        },
        {
            "start": 874526327,
            "stop": 874622896
        },
        {
            "start": 874624805,
            "stop": 874650105
        }
    ]
}