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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 294,
    "results": [
        {
            "start": 932562509,
            "stop": 932563229
        },
        {
            "start": 932563232,
            "stop": 932563528
        },
        {
            "start": 932563531,
            "stop": 932564123
        },
        {
            "start": 932564126,
            "stop": 932566386
        },
        {
            "start": 932587098,
            "stop": 932591621
        },
        {
            "start": 932591623,
            "stop": 932592890
        },
        {
            "start": 932594634,
            "stop": 932601608
        },
        {
            "start": 932603799,
            "stop": 932611875
        },
        {
            "start": 932616154,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932620551
        },
        {
            "start": 932620554,
            "stop": 932623834
        },
        {
            "start": 932627169,
            "stop": 932627245
        },
        {
            "start": 932628292,
            "stop": 932635493
        },
        {
            "start": 932637850,
            "stop": 932641748
        },
        {
            "start": 932648123,
            "stop": 932658488
        },
        {
            "start": 932662932,
            "stop": 932664842
        },
        {
            "start": 932666899,
            "stop": 932673359
        },
        {
            "start": 932675678,
            "stop": 932680034
        },
        {
            "start": 932682523,
            "stop": 932684828
        },
        {
            "start": 932684832,
            "stop": 932699128
        }
    ]
}