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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=155",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 156,
    "results": [
        {
            "start": 1135054299,
            "stop": 1135054300
        },
        {
            "start": 1135054306,
            "stop": 1135054307
        },
        {
            "start": 1135054315,
            "stop": 1135054317
        },
        {
            "start": 1135054320,
            "stop": 1135054321
        },
        {
            "start": 1135054324,
            "stop": 1135054326
        },
        {
            "start": 1135054329,
            "stop": 1135054336
        },
        {
            "start": 1135054339,
            "stop": 1135054342
        },
        {
            "start": 1135054345,
            "stop": 1135054346
        },
        {
            "start": 1135054353,
            "stop": 1135054355
        },
        {
            "start": 1135054358,
            "stop": 1135054359
        },
        {
            "start": 1135054368,
            "stop": 1135054370
        },
        {
            "start": 1135054373,
            "stop": 1135054374
        },
        {
            "start": 1135054377,
            "stop": 1135054378
        },
        {
            "start": 1135054387,
            "stop": 1135054391
        },
        {
            "start": 1135054394,
            "stop": 1135054395
        },
        {
            "start": 1135054417,
            "stop": 1135054418
        },
        {
            "start": 1135054421,
            "stop": 1135054423
        },
        {
            "start": 1135054439,
            "stop": 1135054440
        },
        {
            "start": 1135054443,
            "stop": 1135054444
        },
        {
            "start": 1135054453,
            "stop": 1135054454
        }
    ]
}