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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1760",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1758",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1759,
    "results": [
        {
            "start": 958734673,
            "stop": 958734713
        },
        {
            "start": 958734717,
            "stop": 958734726
        },
        {
            "start": 958734730,
            "stop": 958734748
        },
        {
            "start": 958734750,
            "stop": 958734777
        },
        {
            "start": 958734780,
            "stop": 958734872
        },
        {
            "start": 958734874,
            "stop": 958734897
        },
        {
            "start": 958734899,
            "stop": 958734914
        },
        {
            "start": 958734917,
            "stop": 958734987
        },
        {
            "start": 958734989,
            "stop": 958735008
        },
        {
            "start": 958735014,
            "stop": 958735034
        },
        {
            "start": 958735039,
            "stop": 958735045
        },
        {
            "start": 958735051,
            "stop": 958735071
        },
        {
            "start": 958735073,
            "stop": 958735098
        },
        {
            "start": 958735100,
            "stop": 958735105
        },
        {
            "start": 958735107,
            "stop": 958735111
        },
        {
            "start": 958735114,
            "stop": 958735161
        },
        {
            "start": 958735166,
            "stop": 958735205
        },
        {
            "start": 958735211,
            "stop": 958735212
        },
        {
            "start": 958735213,
            "stop": 958735214
        },
        {
            "start": 958735216,
            "stop": 958735223
        }
    ]
}