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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1114",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1115,
    "results": [
        {
            "start": 1136433281,
            "stop": 1136433344
        },
        {
            "start": 1136433348,
            "stop": 1136433489
        },
        {
            "start": 1136433494,
            "stop": 1136433631
        },
        {
            "start": 1136433637,
            "stop": 1136433782
        },
        {
            "start": 1136433785,
            "stop": 1136433911
        },
        {
            "start": 1136433915,
            "stop": 1136433920
        },
        {
            "start": 1136433923,
            "stop": 1136433998
        },
        {
            "start": 1136434001,
            "stop": 1136434023
        },
        {
            "start": 1136434026,
            "stop": 1136434029
        },
        {
            "start": 1136434032,
            "stop": 1136434040
        },
        {
            "start": 1136434043,
            "stop": 1136434051
        },
        {
            "start": 1136434054,
            "stop": 1136434056
        },
        {
            "start": 1136434059,
            "stop": 1136434063
        },
        {
            "start": 1136434069,
            "stop": 1136434079
        },
        {
            "start": 1136434082,
            "stop": 1136434086
        },
        {
            "start": 1136434089,
            "stop": 1136434093
        },
        {
            "start": 1136434098,
            "stop": 1136434213
        },
        {
            "start": 1136434216,
            "stop": 1136434245
        },
        {
            "start": 1136434248,
            "stop": 1136434290
        },
        {
            "start": 1136434293,
            "stop": 1136434309
        }
    ]
}