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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 42,
    "results": [
        {
            "start": 1128937450,
            "stop": 1128937800
        },
        {
            "start": 1128937807,
            "stop": 1128939962
        },
        {
            "start": 1128939963,
            "stop": 1128947460
        },
        {
            "start": 1128947461,
            "stop": 1128950828
        },
        {
            "start": 1128950836,
            "stop": 1128952326
        },
        {
            "start": 1128952333,
            "stop": 1128955279
        },
        {
            "start": 1128955280,
            "stop": 1128955311
        },
        {
            "start": 1128955319,
            "stop": 1128956513
        },
        {
            "start": 1128985185,
            "stop": 1128989616
        },
        {
            "start": 1128989623,
            "stop": 1128997504
        },
        {
            "start": 1128997506,
            "stop": 1128998124
        },
        {
            "start": 1128998131,
            "stop": 1129003849
        },
        {
            "start": 1129007625,
            "stop": 1129008345
        },
        {
            "start": 1129008354,
            "stop": 1129011308
        },
        {
            "start": 1129035540,
            "stop": 1129045568
        },
        {
            "start": 1129045575,
            "stop": 1129051915
        },
        {
            "start": 1129051923,
            "stop": 1129055274
        },
        {
            "start": 1129055281,
            "stop": 1129060426
        },
        {
            "start": 1129060433,
            "stop": 1129068652
        },
        {
            "start": 1129068659,
            "stop": 1129068926
        }
    ]
}