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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=587",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=585",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 586,
    "results": [
        {
            "start": 1264997227,
            "stop": 1264997281
        },
        {
            "start": 1264997282,
            "stop": 1264997294
        },
        {
            "start": 1264997295,
            "stop": 1264997693
        },
        {
            "start": 1264997697,
            "stop": 1264998346
        },
        {
            "start": 1264998347,
            "stop": 1264998528
        },
        {
            "start": 1264998529,
            "stop": 1264998938
        },
        {
            "start": 1264998940,
            "stop": 1264999006
        },
        {
            "start": 1264999007,
            "stop": 1264999240
        },
        {
            "start": 1264999241,
            "stop": 1264999280
        },
        {
            "start": 1264999281,
            "stop": 1264999298
        },
        {
            "start": 1264999299,
            "stop": 1264999533
        },
        {
            "start": 1264999534,
            "stop": 1264999536
        },
        {
            "start": 1264999537,
            "stop": 1264999538
        },
        {
            "start": 1264999539,
            "stop": 1264999570
        },
        {
            "start": 1264999572,
            "stop": 1264999586
        },
        {
            "start": 1264999587,
            "stop": 1264999833
        },
        {
            "start": 1264999834,
            "stop": 1264999979
        },
        {
            "start": 1264999980,
            "stop": 1265000582
        },
        {
            "start": 1265000583,
            "stop": 1265000586
        },
        {
            "start": 1265000587,
            "stop": 1265000922
        }
    ]
}