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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=250",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 251,
    "results": [
        {
            "start": 838634538,
            "stop": 838635405
        },
        {
            "start": 838635407,
            "stop": 838637062
        },
        {
            "start": 838641521,
            "stop": 838641829
        },
        {
            "start": 838641953,
            "stop": 838643345
        },
        {
            "start": 838644325,
            "stop": 838644621
        },
        {
            "start": 838644623,
            "stop": 838644780
        },
        {
            "start": 838644879,
            "stop": 838646997
        },
        {
            "start": 838647525,
            "stop": 838649606
        },
        {
            "start": 838649608,
            "stop": 838650545
        },
        {
            "start": 838656567,
            "stop": 838659357
        },
        {
            "start": 838661535,
            "stop": 838661553
        },
        {
            "start": 838661554,
            "stop": 838661565
        },
        {
            "start": 838664104,
            "stop": 838664346
        },
        {
            "start": 838682062,
            "stop": 838682204
        },
        {
            "start": 838682206,
            "stop": 838682324
        },
        {
            "start": 838682326,
            "stop": 838682406
        },
        {
            "start": 838682409,
            "stop": 838697378
        },
        {
            "start": 838697434,
            "stop": 838697435
        },
        {
            "start": 838697465,
            "stop": 838707812
        },
        {
            "start": 838707814,
            "stop": 838709517
        }
    ]
}