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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=616",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=614",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 615,
    "results": [
        {
            "start": 1262984073,
            "stop": 1262984312
        },
        {
            "start": 1262984315,
            "stop": 1262985309
        },
        {
            "start": 1262985310,
            "stop": 1262987419
        },
        {
            "start": 1262998108,
            "stop": 1263002006
        },
        {
            "start": 1263002009,
            "stop": 1263002493
        },
        {
            "start": 1263002496,
            "stop": 1263003202
        },
        {
            "start": 1263003205,
            "stop": 1263004665
        },
        {
            "start": 1263004673,
            "stop": 1263005220
        },
        {
            "start": 1263005228,
            "stop": 1263006358
        },
        {
            "start": 1263006362,
            "stop": 1263008065
        },
        {
            "start": 1263008068,
            "stop": 1263010149
        },
        {
            "start": 1263010152,
            "stop": 1263010297
        },
        {
            "start": 1263010300,
            "stop": 1263012337
        },
        {
            "start": 1263012448,
            "stop": 1263013365
        },
        {
            "start": 1263013368,
            "stop": 1263013398
        },
        {
            "start": 1263013401,
            "stop": 1263014741
        },
        {
            "start": 1263014744,
            "stop": 1263019394
        },
        {
            "start": 1263019397,
            "stop": 1263022890
        },
        {
            "start": 1263022894,
            "stop": 1263023938
        },
        {
            "start": 1263023941,
            "stop": 1263024039
        }
    ]
}