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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16669",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16670,
    "results": [
        {
            "start": 874887261,
            "stop": 874887281
        },
        {
            "start": 874887282,
            "stop": 874887352
        },
        {
            "start": 874887354,
            "stop": 874887534
        },
        {
            "start": 874887535,
            "stop": 874887560
        },
        {
            "start": 874887562,
            "stop": 874887568
        },
        {
            "start": 874887570,
            "stop": 874887596
        },
        {
            "start": 874887599,
            "stop": 874887601
        },
        {
            "start": 874887602,
            "stop": 874887678
        },
        {
            "start": 874887680,
            "stop": 874887687
        },
        {
            "start": 874887688,
            "stop": 874888062
        },
        {
            "start": 874888066,
            "stop": 874888178
        },
        {
            "start": 874888179,
            "stop": 874888588
        },
        {
            "start": 874888589,
            "stop": 874888644
        },
        {
            "start": 874888645,
            "stop": 874888814
        },
        {
            "start": 874888815,
            "stop": 874888957
        },
        {
            "start": 874888959,
            "stop": 874889004
        },
        {
            "start": 874889006,
            "stop": 874889008
        },
        {
            "start": 874889011,
            "stop": 874889024
        },
        {
            "start": 874889027,
            "stop": 874889087
        },
        {
            "start": 874889091,
            "stop": 874889120
        }
    ]
}