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=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=122",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 123,
    "results": [
        {
            "start": 1134928955,
            "stop": 1134928961
        },
        {
            "start": 1134928964,
            "stop": 1134928971
        },
        {
            "start": 1134928974,
            "stop": 1134928994
        },
        {
            "start": 1134928999,
            "stop": 1134929072
        },
        {
            "start": 1134929076,
            "stop": 1134929583
        },
        {
            "start": 1134929586,
            "stop": 1134929642
        },
        {
            "start": 1134929645,
            "stop": 1134929650
        },
        {
            "start": 1135021840,
            "stop": 1135024390
        },
        {
            "start": 1135033244,
            "stop": 1135033514
        },
        {
            "start": 1135033736,
            "stop": 1135033738
        },
        {
            "start": 1135033741,
            "stop": 1135033743
        },
        {
            "start": 1135033746,
            "stop": 1135033752
        },
        {
            "start": 1135033755,
            "stop": 1135033757
        },
        {
            "start": 1135033760,
            "stop": 1135033765
        },
        {
            "start": 1135033768,
            "stop": 1135033769
        },
        {
            "start": 1135033772,
            "stop": 1135033776
        },
        {
            "start": 1135033779,
            "stop": 1135033781
        },
        {
            "start": 1135033794,
            "stop": 1135033798
        },
        {
            "start": 1135033801,
            "stop": 1135033929
        },
        {
            "start": 1135033932,
            "stop": 1135034459
        }
    ]
}