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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=238",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 239,
    "results": [
        {
            "start": 931540395,
            "stop": 931540397
        },
        {
            "start": 931540402,
            "stop": 931540409
        },
        {
            "start": 931540411,
            "stop": 931540412
        },
        {
            "start": 931540417,
            "stop": 931540422
        },
        {
            "start": 931540424,
            "stop": 931540426
        },
        {
            "start": 931540428,
            "stop": 931540431
        },
        {
            "start": 931540433,
            "stop": 931540437
        },
        {
            "start": 931540439,
            "stop": 931540440
        },
        {
            "start": 931540442,
            "stop": 931540446
        },
        {
            "start": 931540449,
            "stop": 931540451
        },
        {
            "start": 931540453,
            "stop": 931540454
        },
        {
            "start": 931540456,
            "stop": 931540457
        },
        {
            "start": 931540459,
            "stop": 931540460
        },
        {
            "start": 931540461,
            "stop": 931540462
        },
        {
            "start": 931572684,
            "stop": 931572693
        },
        {
            "start": 931572694,
            "stop": 931572765
        },
        {
            "start": 931572779,
            "stop": 931572784
        },
        {
            "start": 931572786,
            "stop": 931572804
        },
        {
            "start": 931572808,
            "stop": 931572809
        },
        {
            "start": 931572811,
            "stop": 931572901
        }
    ]
}