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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 7,
    "results": [
        {
            "start": 1126675674,
            "stop": 1126676597
        },
        {
            "start": 1126676717,
            "stop": 1126676749
        },
        {
            "start": 1126676757,
            "stop": 1126677317
        },
        {
            "start": 1126682744,
            "stop": 1126685154
        },
        {
            "start": 1126685162,
            "stop": 1126691793
        },
        {
            "start": 1126714447,
            "stop": 1126714758
        },
        {
            "start": 1126714765,
            "stop": 1126714843
        },
        {
            "start": 1126714851,
            "stop": 1126715543
        },
        {
            "start": 1126719918,
            "stop": 1126720055
        },
        {
            "start": 1126721736,
            "stop": 1126730310
        },
        {
            "start": 1126730311,
            "stop": 1126732802
        },
        {
            "start": 1126732810,
            "stop": 1126733463
        },
        {
            "start": 1126733470,
            "stop": 1126738802
        },
        {
            "start": 1126738810,
            "stop": 1126754758
        },
        {
            "start": 1126754766,
            "stop": 1126756130
        },
        {
            "start": 1126756137,
            "stop": 1126756594
        },
        {
            "start": 1126756601,
            "stop": 1126758505
        },
        {
            "start": 1126758512,
            "stop": 1126764078
        },
        {
            "start": 1126764079,
            "stop": 1126765738
        },
        {
            "start": 1126765745,
            "stop": 1126766225
        }
    ]
}