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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3429",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3430,
    "results": [
        {
            "start": 969700285,
            "stop": 969700378
        },
        {
            "start": 969700379,
            "stop": 969700495
        },
        {
            "start": 969700516,
            "stop": 969700549
        },
        {
            "start": 969700570,
            "stop": 969701010
        },
        {
            "start": 969701013,
            "stop": 969701130
        },
        {
            "start": 969701151,
            "stop": 969701285
        },
        {
            "start": 969701288,
            "stop": 969701400
        },
        {
            "start": 969701403,
            "stop": 969701425
        },
        {
            "start": 969701428,
            "stop": 969701886
        },
        {
            "start": 969701889,
            "stop": 969702143
        },
        {
            "start": 969702144,
            "stop": 969703676
        },
        {
            "start": 969703679,
            "stop": 969703715
        },
        {
            "start": 969703718,
            "stop": 969703852
        },
        {
            "start": 969703853,
            "stop": 969704920
        },
        {
            "start": 969704923,
            "stop": 969704970
        },
        {
            "start": 969704973,
            "stop": 969705112
        },
        {
            "start": 969705115,
            "stop": 969705343
        },
        {
            "start": 969705346,
            "stop": 969705495
        },
        {
            "start": 969705555,
            "stop": 969705730
        },
        {
            "start": 969705731,
            "stop": 969707344
        }
    ]
}