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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=60",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 61,
    "results": [
        {
            "start": 951932994,
            "stop": 951939177
        },
        {
            "start": 951940772,
            "stop": 951947022
        },
        {
            "start": 951950570,
            "stop": 951951981
        },
        {
            "start": 951957137,
            "stop": 951967081
        },
        {
            "start": 951968534,
            "stop": 951981359
        },
        {
            "start": 951986324,
            "stop": 951995664
        },
        {
            "start": 951998816,
            "stop": 952000446
        },
        {
            "start": 952002316,
            "stop": 952008107
        },
        {
            "start": 952041015,
            "stop": 952050776
        },
        {
            "start": 952052106,
            "stop": 952053571
        },
        {
            "start": 952056215,
            "stop": 952057813
        },
        {
            "start": 952061848,
            "stop": 952064816
        },
        {
            "start": 952066259,
            "stop": 952066797
        },
        {
            "start": 952068513,
            "stop": 952072557
        },
        {
            "start": 952076792,
            "stop": 952077524
        },
        {
            "start": 952079929,
            "stop": 952083820
        },
        {
            "start": 952086337,
            "stop": 952098245
        },
        {
            "start": 952100094,
            "stop": 952101484
        },
        {
            "start": 952135714,
            "stop": 952142433
        },
        {
            "start": 952146750,
            "stop": 952161112
        }
    ]
}