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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 30,
    "results": [
        {
            "start": 1169046685,
            "stop": 1169052356
        },
        {
            "start": 1169052360,
            "stop": 1169058225
        },
        {
            "start": 1169069015,
            "stop": 1169071304
        },
        {
            "start": 1169071307,
            "stop": 1169075954
        },
        {
            "start": 1169086769,
            "stop": 1169095413
        },
        {
            "start": 1169120580,
            "stop": 1169123729
        },
        {
            "start": 1169123733,
            "stop": 1169130566
        },
        {
            "start": 1169138617,
            "stop": 1169142557
        },
        {
            "start": 1169142561,
            "stop": 1169144894
        },
        {
            "start": 1169144898,
            "stop": 1169146303
        },
        {
            "start": 1169146306,
            "stop": 1169146372
        },
        {
            "start": 1169162653,
            "stop": 1169162997
        },
        {
            "start": 1169165766,
            "stop": 1169166729
        },
        {
            "start": 1169166732,
            "stop": 1169168118
        },
        {
            "start": 1169168122,
            "stop": 1169169367
        },
        {
            "start": 1169169370,
            "stop": 1169174709
        },
        {
            "start": 1169178282,
            "stop": 1169183645
        },
        {
            "start": 1169183649,
            "stop": 1169191403
        },
        {
            "start": 1169191407,
            "stop": 1169205165
        },
        {
            "start": 1169209571,
            "stop": 1169209596
        }
    ]
}