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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=347",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 348,
    "results": [
        {
            "start": 931785314,
            "stop": 931785316
        },
        {
            "start": 931785318,
            "stop": 931785319
        },
        {
            "start": 931785320,
            "stop": 931785328
        },
        {
            "start": 931785331,
            "stop": 931785333
        },
        {
            "start": 931785335,
            "stop": 931785336
        },
        {
            "start": 931785339,
            "stop": 931785342
        },
        {
            "start": 931785343,
            "stop": 931785344
        },
        {
            "start": 931785346,
            "stop": 931785347
        },
        {
            "start": 931785349,
            "stop": 931785353
        },
        {
            "start": 931785355,
            "stop": 931785359
        },
        {
            "start": 931785361,
            "stop": 931785362
        },
        {
            "start": 931785364,
            "stop": 931785367
        },
        {
            "start": 931785369,
            "stop": 931785370
        },
        {
            "start": 931785372,
            "stop": 931785373
        },
        {
            "start": 931785374,
            "stop": 931785389
        },
        {
            "start": 931785393,
            "stop": 931785399
        },
        {
            "start": 931785401,
            "stop": 931785437
        },
        {
            "start": 931785439,
            "stop": 931785458
        },
        {
            "start": 931785460,
            "stop": 931785469
        },
        {
            "start": 931785471,
            "stop": 931785475
        }
    ]
}