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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=357",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 358,
    "results": [
        {
            "start": 847527361,
            "stop": 847527429
        },
        {
            "start": 847527501,
            "stop": 847528545
        },
        {
            "start": 847528665,
            "stop": 847529879
        },
        {
            "start": 847529960,
            "stop": 847530713
        },
        {
            "start": 847530774,
            "stop": 847531573
        },
        {
            "start": 847531575,
            "stop": 847534435
        },
        {
            "start": 847535267,
            "stop": 847541400
        },
        {
            "start": 847542293,
            "stop": 847545236
        },
        {
            "start": 847546074,
            "stop": 847546309
        },
        {
            "start": 847546394,
            "stop": 847546421
        },
        {
            "start": 847546596,
            "stop": 847549773
        },
        {
            "start": 847553758,
            "stop": 847554156
        },
        {
            "start": 847555292,
            "stop": 847555568
        },
        {
            "start": 847559955,
            "stop": 847560370
        },
        {
            "start": 847560509,
            "stop": 847560813
        },
        {
            "start": 847560987,
            "stop": 847561917
        },
        {
            "start": 847613069,
            "stop": 847613329
        },
        {
            "start": 847613331,
            "stop": 847614385
        },
        {
            "start": 847614387,
            "stop": 847617145
        },
        {
            "start": 847617825,
            "stop": 847619762
        }
    ]
}