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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=215",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 216,
    "results": [
        {
            "start": 1421054055,
            "stop": 1421054063
        },
        {
            "start": 1421054067,
            "stop": 1421054083
        },
        {
            "start": 1421054099,
            "stop": 1421054116
        },
        {
            "start": 1421089847,
            "stop": 1421091304
        },
        {
            "start": 1421094319,
            "stop": 1421098378
        },
        {
            "start": 1421098386,
            "stop": 1421098406
        },
        {
            "start": 1421098410,
            "stop": 1421098928
        },
        {
            "start": 1421098929,
            "stop": 1421099664
        },
        {
            "start": 1421102707,
            "stop": 1421104313
        },
        {
            "start": 1421104317,
            "stop": 1421104333
        },
        {
            "start": 1421104337,
            "stop": 1421115041
        },
        {
            "start": 1421115043,
            "stop": 1421115044
        },
        {
            "start": 1421115046,
            "stop": 1421115057
        },
        {
            "start": 1421115061,
            "stop": 1421116937
        },
        {
            "start": 1421116941,
            "stop": 1421118805
        },
        {
            "start": 1421118821,
            "stop": 1421122362
        },
        {
            "start": 1421122364,
            "stop": 1421122529
        },
        {
            "start": 1421122537,
            "stop": 1421122710
        },
        {
            "start": 1421122712,
            "stop": 1421124245
        },
        {
            "start": 1421124249,
            "stop": 1421124467
        }
    ]
}