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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=235",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 236,
    "results": [
        {
            "start": 847546596,
            "stop": 847549753
        },
        {
            "start": 847553758,
            "stop": 847554133
        },
        {
            "start": 847555292,
            "stop": 847555568
        },
        {
            "start": 847559955,
            "stop": 847560370
        },
        {
            "start": 847560553,
            "stop": 847560793
        },
        {
            "start": 847560812,
            "stop": 847560813
        },
        {
            "start": 847561033,
            "stop": 847561917
        },
        {
            "start": 847613069,
            "stop": 847617133
        },
        {
            "start": 847617144,
            "stop": 847617145
        },
        {
            "start": 847617825,
            "stop": 847619762
        },
        {
            "start": 847619893,
            "stop": 847625224
        },
        {
            "start": 847727359,
            "stop": 847729611
        },
        {
            "start": 847731097,
            "stop": 847731673
        },
        {
            "start": 847732935,
            "stop": 847734136
        },
        {
            "start": 847761986,
            "stop": 847764373
        },
        {
            "start": 847764382,
            "stop": 847764383
        },
        {
            "start": 847764555,
            "stop": 847764665
        },
        {
            "start": 847764963,
            "stop": 847766769
        },
        {
            "start": 847767324,
            "stop": 847784391
        },
        {
            "start": 847786774,
            "stop": 847790232
        }
    ]
}