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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 364,
    "results": [
        {
            "start": 1177536318,
            "stop": 1177536368
        },
        {
            "start": 1177536373,
            "stop": 1177536379
        },
        {
            "start": 1177536382,
            "stop": 1177536417
        },
        {
            "start": 1177536422,
            "stop": 1177536748
        },
        {
            "start": 1177536752,
            "stop": 1177537451
        },
        {
            "start": 1177537456,
            "stop": 1177537463
        },
        {
            "start": 1177537466,
            "stop": 1177537475
        },
        {
            "start": 1177537478,
            "stop": 1177538442
        },
        {
            "start": 1177538447,
            "stop": 1177538452
        },
        {
            "start": 1177538459,
            "stop": 1177538463
        },
        {
            "start": 1177538470,
            "stop": 1177538475
        },
        {
            "start": 1177538480,
            "stop": 1177538586
        },
        {
            "start": 1177538590,
            "stop": 1177538594
        },
        {
            "start": 1177538602,
            "stop": 1177538605
        },
        {
            "start": 1177538613,
            "stop": 1177538617
        },
        {
            "start": 1177538621,
            "stop": 1177539179
        },
        {
            "start": 1177539183,
            "stop": 1177539190
        },
        {
            "start": 1177539194,
            "stop": 1177539203
        },
        {
            "start": 1177539205,
            "stop": 1177539750
        },
        {
            "start": 1177539753,
            "stop": 1177540032
        }
    ]
}