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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1060",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1058",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1059,
    "results": [
        {
            "start": 1136196309,
            "stop": 1136196323
        },
        {
            "start": 1136196324,
            "stop": 1136196358
        },
        {
            "start": 1136196360,
            "stop": 1136196382
        },
        {
            "start": 1136196383,
            "stop": 1136196413
        },
        {
            "start": 1136196414,
            "stop": 1136196426
        },
        {
            "start": 1136196427,
            "stop": 1136196455
        },
        {
            "start": 1136196456,
            "stop": 1136196463
        },
        {
            "start": 1136196464,
            "stop": 1136196500
        },
        {
            "start": 1136196501,
            "stop": 1136196508
        },
        {
            "start": 1136196509,
            "stop": 1136196516
        },
        {
            "start": 1136196517,
            "stop": 1136196524
        },
        {
            "start": 1136196525,
            "stop": 1136196570
        },
        {
            "start": 1136196571,
            "stop": 1136196591
        },
        {
            "start": 1136196592,
            "stop": 1136196615
        },
        {
            "start": 1136196616,
            "stop": 1136196617
        },
        {
            "start": 1136196618,
            "stop": 1136196624
        },
        {
            "start": 1136196625,
            "stop": 1136196642
        },
        {
            "start": 1136196643,
            "stop": 1136196658
        },
        {
            "start": 1136196659,
            "stop": 1136196662
        },
        {
            "start": 1136196663,
            "stop": 1136196669
        }
    ]
}