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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6950",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6951,
    "results": [
        {
            "start": 873743408,
            "stop": 873743411
        },
        {
            "start": 873743414,
            "stop": 873743423
        },
        {
            "start": 873743432,
            "stop": 873743447
        },
        {
            "start": 873743454,
            "stop": 873743460
        },
        {
            "start": 873743581,
            "stop": 873743630
        },
        {
            "start": 873743634,
            "stop": 873743640
        },
        {
            "start": 873743701,
            "stop": 873743717
        },
        {
            "start": 873743724,
            "stop": 873743728
        },
        {
            "start": 873743731,
            "stop": 873743737
        },
        {
            "start": 873743740,
            "stop": 873743760
        },
        {
            "start": 873743880,
            "stop": 873743933
        },
        {
            "start": 873743936,
            "stop": 873743940
        },
        {
            "start": 873744060,
            "stop": 873744072
        },
        {
            "start": 873744075,
            "stop": 873744081
        },
        {
            "start": 873744084,
            "stop": 873744240
        },
        {
            "start": 873744300,
            "stop": 873744348
        },
        {
            "start": 873744352,
            "stop": 873744363
        },
        {
            "start": 873744367,
            "stop": 873744476
        },
        {
            "start": 873744477,
            "stop": 873744550
        },
        {
            "start": 873744561,
            "stop": 873744653
        }
    ]
}