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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=253",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 254,
    "results": [
        {
            "start": 838870533,
            "stop": 838870577
        },
        {
            "start": 838870579,
            "stop": 838881346
        },
        {
            "start": 838881348,
            "stop": 838885569
        },
        {
            "start": 838886341,
            "stop": 838888610
        },
        {
            "start": 838888758,
            "stop": 838900534
        },
        {
            "start": 838901585,
            "stop": 838905485
        },
        {
            "start": 838945244,
            "stop": 838947229
        },
        {
            "start": 838947232,
            "stop": 838947647
        },
        {
            "start": 838947966,
            "stop": 838952482
        },
        {
            "start": 838953052,
            "stop": 838959628
        },
        {
            "start": 838959629,
            "stop": 838968522
        },
        {
            "start": 838969282,
            "stop": 838981765
        },
        {
            "start": 838982262,
            "stop": 838993741
        },
        {
            "start": 838993743,
            "stop": 839001780
        },
        {
            "start": 839001938,
            "stop": 839009321
        },
        {
            "start": 839009323,
            "stop": 839015546
        },
        {
            "start": 839015548,
            "stop": 839021602
        },
        {
            "start": 839022416,
            "stop": 839025797
        },
        {
            "start": 839038861,
            "stop": 839039107
        },
        {
            "start": 839039164,
            "stop": 839039342
        }
    ]
}