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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=158",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 159,
    "results": [
        {
            "start": 1131176478,
            "stop": 1131176481
        },
        {
            "start": 1131176482,
            "stop": 1131176491
        },
        {
            "start": 1131176492,
            "stop": 1131176519
        },
        {
            "start": 1131176520,
            "stop": 1131176560
        },
        {
            "start": 1131176561,
            "stop": 1131176580
        },
        {
            "start": 1131176581,
            "stop": 1131176583
        },
        {
            "start": 1131176584,
            "stop": 1131176585
        },
        {
            "start": 1131176586,
            "stop": 1131176663
        },
        {
            "start": 1131176664,
            "stop": 1131176679
        },
        {
            "start": 1131176680,
            "stop": 1131176693
        },
        {
            "start": 1131176694,
            "stop": 1131176720
        },
        {
            "start": 1131176721,
            "stop": 1131176774
        },
        {
            "start": 1131176775,
            "stop": 1131176778
        },
        {
            "start": 1131176779,
            "stop": 1131176800
        },
        {
            "start": 1131176801,
            "stop": 1131176821
        },
        {
            "start": 1131176822,
            "stop": 1131176851
        },
        {
            "start": 1131176852,
            "stop": 1131176891
        },
        {
            "start": 1131176892,
            "stop": 1131176956
        },
        {
            "start": 1131176957,
            "stop": 1131176960
        },
        {
            "start": 1131176962,
            "stop": 1131176969
        }
    ]
}