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=423
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=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=422",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 423,
    "results": [
        {
            "start": 855627965,
            "stop": 855648513
        },
        {
            "start": 855652812,
            "stop": 855663093
        },
        {
            "start": 855663844,
            "stop": 855669431
        },
        {
            "start": 855669568,
            "stop": 855671116
        },
        {
            "start": 855672403,
            "stop": 855676111
        },
        {
            "start": 855676414,
            "stop": 855676814
        },
        {
            "start": 855696198,
            "stop": 855699112
        },
        {
            "start": 855699234,
            "stop": 855702850
        },
        {
            "start": 855702920,
            "stop": 855703659
        },
        {
            "start": 855704834,
            "stop": 855708715
        },
        {
            "start": 855712334,
            "stop": 855738522
        },
        {
            "start": 855740031,
            "stop": 855748315
        },
        {
            "start": 855749549,
            "stop": 855760391
        },
        {
            "start": 855760469,
            "stop": 855772356
        },
        {
            "start": 855772358,
            "stop": 855792986
        },
        {
            "start": 855794465,
            "stop": 855802293
        },
        {
            "start": 855802343,
            "stop": 855820841
        },
        {
            "start": 855824621,
            "stop": 855825516
        },
        {
            "start": 855825518,
            "stop": 855834461
        },
        {
            "start": 855834463,
            "stop": 855834487
        }
    ]
}