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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=296",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 297,
    "results": [
        {
            "start": 931541368,
            "stop": 931541371
        },
        {
            "start": 931541373,
            "stop": 931541377
        },
        {
            "start": 931541380,
            "stop": 931541406
        },
        {
            "start": 931541408,
            "stop": 931541410
        },
        {
            "start": 931541412,
            "stop": 931541413
        },
        {
            "start": 931541415,
            "stop": 931541420
        },
        {
            "start": 931541421,
            "stop": 931541424
        },
        {
            "start": 931541425,
            "stop": 931541437
        },
        {
            "start": 931541439,
            "stop": 931541440
        },
        {
            "start": 931541443,
            "stop": 931541446
        },
        {
            "start": 931541448,
            "stop": 931541454
        },
        {
            "start": 931541456,
            "stop": 931541468
        },
        {
            "start": 931541469,
            "stop": 931541473
        },
        {
            "start": 931541475,
            "stop": 931541487
        },
        {
            "start": 931541489,
            "stop": 931541500
        },
        {
            "start": 931541502,
            "stop": 931541505
        },
        {
            "start": 931541506,
            "stop": 931541525
        },
        {
            "start": 931541528,
            "stop": 931541533
        },
        {
            "start": 931541535,
            "stop": 931541539
        },
        {
            "start": 931541541,
            "stop": 931541545
        }
    ]
}