Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=259
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=258",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 259,
    "results": [
        {
            "start": 839574687,
            "stop": 839577332
        },
        {
            "start": 839577334,
            "stop": 839591251
        },
        {
            "start": 839593073,
            "stop": 839597181
        },
        {
            "start": 839598915,
            "stop": 839609081
        },
        {
            "start": 839609304,
            "stop": 839622210
        },
        {
            "start": 839622266,
            "stop": 839625012
        },
        {
            "start": 839625013,
            "stop": 839635726
        },
        {
            "start": 839636011,
            "stop": 839639918
        },
        {
            "start": 839639920,
            "stop": 839642486
        },
        {
            "start": 839642648,
            "stop": 839649353
        },
        {
            "start": 839649355,
            "stop": 839659880
        },
        {
            "start": 839662574,
            "stop": 839670463
        },
        {
            "start": 839671525,
            "stop": 839678922
        },
        {
            "start": 839679557,
            "stop": 839682320
        },
        {
            "start": 839714291,
            "stop": 839714412
        },
        {
            "start": 839714414,
            "stop": 839714422
        },
        {
            "start": 839714490,
            "stop": 839716026
        },
        {
            "start": 839717884,
            "stop": 839740494
        },
        {
            "start": 839741316,
            "stop": 839748744
        },
        {
            "start": 839750786,
            "stop": 839763589
        }
    ]
}