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=1601
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=1602",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1600",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1601,
    "results": [
        {
            "start": 953609403,
            "stop": 953609473
        },
        {
            "start": 953609475,
            "stop": 953610068
        },
        {
            "start": 953610070,
            "stop": 953610376
        },
        {
            "start": 953610378,
            "stop": 953610512
        },
        {
            "start": 953610514,
            "stop": 953610699
        },
        {
            "start": 953610701,
            "stop": 953610707
        },
        {
            "start": 953610709,
            "stop": 953610718
        },
        {
            "start": 953610720,
            "stop": 953611024
        },
        {
            "start": 953611026,
            "stop": 953611294
        },
        {
            "start": 953611295,
            "stop": 953611371
        },
        {
            "start": 953611373,
            "stop": 953611634
        },
        {
            "start": 953611636,
            "stop": 953611746
        },
        {
            "start": 953611748,
            "stop": 953611860
        },
        {
            "start": 953611862,
            "stop": 953611871
        },
        {
            "start": 953611873,
            "stop": 953611903
        },
        {
            "start": 953611905,
            "stop": 953611944
        },
        {
            "start": 953611946,
            "stop": 953612495
        },
        {
            "start": 953612496,
            "stop": 953612508
        },
        {
            "start": 953612510,
            "stop": 953612512
        },
        {
            "start": 953612514,
            "stop": 953612568
        }
    ]
}