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=40676
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=40677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40675",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40676,
    "results": [
        {
            "start": 874927263,
            "stop": 874927275
        },
        {
            "start": 874927276,
            "stop": 874927283
        },
        {
            "start": 874927284,
            "stop": 874927420
        },
        {
            "start": 874927421,
            "stop": 874927424
        },
        {
            "start": 874927425,
            "stop": 874927433
        },
        {
            "start": 874927434,
            "stop": 874927442
        },
        {
            "start": 874927443,
            "stop": 874927444
        },
        {
            "start": 874927445,
            "stop": 874927447
        },
        {
            "start": 874927450,
            "stop": 874927527
        },
        {
            "start": 874927528,
            "stop": 874927541
        },
        {
            "start": 874927543,
            "stop": 874927549
        },
        {
            "start": 874927550,
            "stop": 874927556
        },
        {
            "start": 874927558,
            "stop": 874927560
        },
        {
            "start": 874927561,
            "stop": 874927562
        },
        {
            "start": 874927564,
            "stop": 874927566
        },
        {
            "start": 874927567,
            "stop": 874927573
        },
        {
            "start": 874927576,
            "stop": 874927582
        },
        {
            "start": 874927586,
            "stop": 874927589
        },
        {
            "start": 874927590,
            "stop": 874927596
        },
        {
            "start": 874927597,
            "stop": 874927616
        }
    ]
}