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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=76",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 77,
    "results": [
        {
            "start": 1132273772,
            "stop": 1132275752
        },
        {
            "start": 1132275760,
            "stop": 1132278319
        },
        {
            "start": 1132278321,
            "stop": 1132279856
        },
        {
            "start": 1132279858,
            "stop": 1132286750
        },
        {
            "start": 1132286759,
            "stop": 1132287598
        },
        {
            "start": 1132297123,
            "stop": 1132298641
        },
        {
            "start": 1132298651,
            "stop": 1132299383
        },
        {
            "start": 1132299392,
            "stop": 1132300416
        },
        {
            "start": 1132300418,
            "stop": 1132301864
        },
        {
            "start": 1132301872,
            "stop": 1132302794
        },
        {
            "start": 1132302796,
            "stop": 1132306655
        },
        {
            "start": 1132306663,
            "stop": 1132314390
        },
        {
            "start": 1132314398,
            "stop": 1132314875
        },
        {
            "start": 1132317563,
            "stop": 1132317751
        },
        {
            "start": 1132317759,
            "stop": 1132339954
        },
        {
            "start": 1132342061,
            "stop": 1132347637
        },
        {
            "start": 1132353344,
            "stop": 1132354122
        },
        {
            "start": 1132369810,
            "stop": 1132370126
        },
        {
            "start": 1132371569,
            "stop": 1132372300
        },
        {
            "start": 1132372302,
            "stop": 1132372741
        }
    ]
}