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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1606",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1604",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1605,
    "results": [
        {
            "start": 953626445,
            "stop": 953626807
        },
        {
            "start": 953626808,
            "stop": 953626867
        },
        {
            "start": 953626869,
            "stop": 953626899
        },
        {
            "start": 953626900,
            "stop": 953626929
        },
        {
            "start": 953626930,
            "stop": 953626993
        },
        {
            "start": 953626995,
            "stop": 953627006
        },
        {
            "start": 953627008,
            "stop": 953627069
        },
        {
            "start": 953627071,
            "stop": 953627090
        },
        {
            "start": 953627092,
            "stop": 953627177
        },
        {
            "start": 953627179,
            "stop": 953627550
        },
        {
            "start": 953627551,
            "stop": 953627665
        },
        {
            "start": 953627667,
            "stop": 953627725
        },
        {
            "start": 953627727,
            "stop": 953627735
        },
        {
            "start": 953627737,
            "stop": 953627917
        },
        {
            "start": 953627918,
            "stop": 953628050
        },
        {
            "start": 953628051,
            "stop": 953628155
        },
        {
            "start": 953628157,
            "stop": 953628220
        },
        {
            "start": 953628222,
            "stop": 953628396
        },
        {
            "start": 953628398,
            "stop": 953628525
        },
        {
            "start": 953628527,
            "stop": 953628596
        }
    ]
}