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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16636",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16637,
    "results": [
        {
            "start": 874820313,
            "stop": 874820316
        },
        {
            "start": 874820317,
            "stop": 874820336
        },
        {
            "start": 874820338,
            "stop": 874820354
        },
        {
            "start": 874820355,
            "stop": 874820407
        },
        {
            "start": 874820408,
            "stop": 874820422
        },
        {
            "start": 874820423,
            "stop": 874820427
        },
        {
            "start": 874820430,
            "stop": 874820436
        },
        {
            "start": 874820437,
            "stop": 874820442
        },
        {
            "start": 874820443,
            "stop": 874820467
        },
        {
            "start": 874820468,
            "stop": 874820477
        },
        {
            "start": 874820479,
            "stop": 874820492
        },
        {
            "start": 874820494,
            "stop": 874820502
        },
        {
            "start": 874820504,
            "stop": 874820562
        },
        {
            "start": 874820563,
            "stop": 874820606
        },
        {
            "start": 874820607,
            "stop": 874820708
        },
        {
            "start": 874820709,
            "stop": 874820747
        },
        {
            "start": 874820748,
            "stop": 874820789
        },
        {
            "start": 874820791,
            "stop": 874820796
        },
        {
            "start": 874820798,
            "stop": 874820851
        },
        {
            "start": 874820852,
            "stop": 874820854
        }
    ]
}