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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=352",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 353,
    "results": [
        {
            "start": 1182477922,
            "stop": 1182477927
        },
        {
            "start": 1182477929,
            "stop": 1182477938
        },
        {
            "start": 1182477940,
            "stop": 1182477954
        },
        {
            "start": 1182477955,
            "stop": 1182477957
        },
        {
            "start": 1182477958,
            "stop": 1182477985
        },
        {
            "start": 1182477986,
            "stop": 1182478011
        },
        {
            "start": 1182478015,
            "stop": 1182478016
        },
        {
            "start": 1182478017,
            "stop": 1182478030
        },
        {
            "start": 1182478031,
            "stop": 1182478035
        },
        {
            "start": 1182478038,
            "stop": 1182478039
        },
        {
            "start": 1182483642,
            "stop": 1182493243
        },
        {
            "start": 1182500508,
            "stop": 1182515465
        },
        {
            "start": 1182515467,
            "stop": 1182517011
        },
        {
            "start": 1182519980,
            "stop": 1182520017
        },
        {
            "start": 1182520018,
            "stop": 1182526118
        },
        {
            "start": 1182526119,
            "stop": 1182527806
        },
        {
            "start": 1182527807,
            "stop": 1182527825
        },
        {
            "start": 1182527826,
            "stop": 1182533939
        },
        {
            "start": 1182537957,
            "stop": 1182540264
        },
        {
            "start": 1182540636,
            "stop": 1182541430
        }
    ]
}