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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40645",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40646,
    "results": [
        {
            "start": 874915262,
            "stop": 874915265
        },
        {
            "start": 874915267,
            "stop": 874915272
        },
        {
            "start": 874915274,
            "stop": 874915317
        },
        {
            "start": 874915318,
            "stop": 874915320
        },
        {
            "start": 874915321,
            "stop": 874915343
        },
        {
            "start": 874915344,
            "stop": 874915350
        },
        {
            "start": 874915351,
            "stop": 874915361
        },
        {
            "start": 874915364,
            "stop": 874915372
        },
        {
            "start": 874915375,
            "stop": 874915384
        },
        {
            "start": 874915387,
            "stop": 874915393
        },
        {
            "start": 874915394,
            "stop": 874915395
        },
        {
            "start": 874915396,
            "stop": 874915410
        },
        {
            "start": 874915411,
            "stop": 874915419
        },
        {
            "start": 874915420,
            "stop": 874915422
        },
        {
            "start": 874915424,
            "stop": 874915431
        },
        {
            "start": 874915432,
            "stop": 874915436
        },
        {
            "start": 874915438,
            "stop": 874915458
        },
        {
            "start": 874915459,
            "stop": 874915473
        },
        {
            "start": 874915474,
            "stop": 874915476
        },
        {
            "start": 874915477,
            "stop": 874915495
        }
    ]
}