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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=175",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 176,
    "results": [
        {
            "start": 1135678003,
            "stop": 1135684037
        },
        {
            "start": 1135684045,
            "stop": 1135689195
        },
        {
            "start": 1135689204,
            "stop": 1135692681
        },
        {
            "start": 1135692689,
            "stop": 1135698376
        },
        {
            "start": 1135698384,
            "stop": 1135698458
        },
        {
            "start": 1135703491,
            "stop": 1135706800
        },
        {
            "start": 1135706808,
            "stop": 1135711412
        },
        {
            "start": 1135711414,
            "stop": 1135716597
        },
        {
            "start": 1135716599,
            "stop": 1135717339
        },
        {
            "start": 1135737171,
            "stop": 1135750473
        },
        {
            "start": 1135750475,
            "stop": 1135770151
        },
        {
            "start": 1135770159,
            "stop": 1135770184
        },
        {
            "start": 1135776762,
            "stop": 1135778589
        },
        {
            "start": 1135778591,
            "stop": 1135778676
        },
        {
            "start": 1135778691,
            "stop": 1135778692
        },
        {
            "start": 1135778700,
            "stop": 1135778720
        },
        {
            "start": 1135778845,
            "stop": 1135779161
        },
        {
            "start": 1135779169,
            "stop": 1135780103
        },
        {
            "start": 1135780106,
            "stop": 1135780887
        },
        {
            "start": 1135780897,
            "stop": 1135781916
        }
    ]
}