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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=361",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 362,
    "results": [
        {
            "start": 931975491,
            "stop": 931975497
        },
        {
            "start": 931975499,
            "stop": 931975514
        },
        {
            "start": 931975516,
            "stop": 931975522
        },
        {
            "start": 931975528,
            "stop": 931975545
        },
        {
            "start": 931977361,
            "stop": 931978775
        },
        {
            "start": 931978915,
            "stop": 931981596
        },
        {
            "start": 931981599,
            "stop": 931987454
        },
        {
            "start": 931987456,
            "stop": 931990439
        },
        {
            "start": 931990442,
            "stop": 931993007
        },
        {
            "start": 931993009,
            "stop": 931993378
        },
        {
            "start": 931993382,
            "stop": 931993650
        },
        {
            "start": 931993651,
            "stop": 931993970
        },
        {
            "start": 931993973,
            "stop": 931998252
        },
        {
            "start": 931998253,
            "stop": 932001200
        },
        {
            "start": 932010384,
            "stop": 932014522
        },
        {
            "start": 932014525,
            "stop": 932016625
        },
        {
            "start": 932018706,
            "stop": 932025104
        },
        {
            "start": 932028537,
            "stop": 932028539
        },
        {
            "start": 932034026,
            "stop": 932037734
        },
        {
            "start": 932038336,
            "stop": 932038566
        }
    ]
}