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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40762",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40763,
    "results": [
        {
            "start": 874984766,
            "stop": 874984770
        },
        {
            "start": 874984771,
            "stop": 874984772
        },
        {
            "start": 874986318,
            "stop": 874986324
        },
        {
            "start": 874986326,
            "stop": 874986327
        },
        {
            "start": 874986329,
            "stop": 874986330
        },
        {
            "start": 874986331,
            "stop": 874986332
        },
        {
            "start": 874986333,
            "stop": 874986334
        },
        {
            "start": 874986336,
            "stop": 874986337
        },
        {
            "start": 874986339,
            "stop": 874986340
        },
        {
            "start": 874986343,
            "stop": 874986345
        },
        {
            "start": 874986347,
            "stop": 874986348
        },
        {
            "start": 874986349,
            "stop": 874986351
        },
        {
            "start": 874986352,
            "stop": 874986353
        },
        {
            "start": 874986354,
            "stop": 874986356
        },
        {
            "start": 874986358,
            "stop": 874986362
        },
        {
            "start": 874986363,
            "stop": 874986367
        },
        {
            "start": 874986368,
            "stop": 874986372
        },
        {
            "start": 874986374,
            "stop": 874986377
        },
        {
            "start": 874986379,
            "stop": 874986383
        },
        {
            "start": 874986385,
            "stop": 874986389
        }
    ]
}