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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3297",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3298,
    "results": [
        {
            "start": 874690080,
            "stop": 874690980
        },
        {
            "start": 874691040,
            "stop": 874691280
        },
        {
            "start": 874691400,
            "stop": 874691820
        },
        {
            "start": 874691880,
            "stop": 874694442
        },
        {
            "start": 874694447,
            "stop": 874694757
        },
        {
            "start": 874694760,
            "stop": 874695660
        },
        {
            "start": 874697280,
            "stop": 874698180
        },
        {
            "start": 874698360,
            "stop": 874699860
        },
        {
            "start": 874700040,
            "stop": 874700520
        },
        {
            "start": 874700580,
            "stop": 874703040
        },
        {
            "start": 874703100,
            "stop": 874703160
        },
        {
            "start": 874703220,
            "stop": 874703347
        },
        {
            "start": 874703350,
            "stop": 874704480
        },
        {
            "start": 874704540,
            "stop": 874705500
        },
        {
            "start": 874705560,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874708320
        },
        {
            "start": 874708380,
            "stop": 874713600
        },
        {
            "start": 874713660,
            "stop": 874713780
        },
        {
            "start": 874713900,
            "stop": 874713960
        },
        {
            "start": 874714020,
            "stop": 874714260
        }
    ]
}