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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=507",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 508,
    "results": [
        {
            "start": 1264614352,
            "stop": 1264614353
        },
        {
            "start": 1264614354,
            "stop": 1264614363
        },
        {
            "start": 1264614366,
            "stop": 1264614377
        },
        {
            "start": 1264614378,
            "stop": 1264614379
        },
        {
            "start": 1264614380,
            "stop": 1264614383
        },
        {
            "start": 1264614386,
            "stop": 1264614389
        },
        {
            "start": 1264614390,
            "stop": 1264614392
        },
        {
            "start": 1264614393,
            "stop": 1264614396
        },
        {
            "start": 1264614401,
            "stop": 1264614414
        },
        {
            "start": 1264614415,
            "stop": 1264614417
        },
        {
            "start": 1264614418,
            "stop": 1264614420
        },
        {
            "start": 1264614421,
            "stop": 1264614422
        },
        {
            "start": 1264614423,
            "stop": 1264614434
        },
        {
            "start": 1264614435,
            "stop": 1264614448
        },
        {
            "start": 1264614449,
            "stop": 1264614450
        },
        {
            "start": 1264614452,
            "stop": 1264614453
        },
        {
            "start": 1264614454,
            "stop": 1264614496
        },
        {
            "start": 1264614502,
            "stop": 1264614503
        },
        {
            "start": 1264614505,
            "stop": 1264614506
        },
        {
            "start": 1264614507,
            "stop": 1264614529
        }
    ]
}