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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14074",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14072",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14073,
    "results": [
        {
            "start": 971156405,
            "stop": 971156406
        },
        {
            "start": 971156407,
            "stop": 971156411
        },
        {
            "start": 971156419,
            "stop": 971156430
        },
        {
            "start": 971156432,
            "stop": 971156435
        },
        {
            "start": 971156436,
            "stop": 971156444
        },
        {
            "start": 971156446,
            "stop": 971156447
        },
        {
            "start": 971156449,
            "stop": 971156450
        },
        {
            "start": 971156451,
            "stop": 971156452
        },
        {
            "start": 971156454,
            "stop": 971156457
        },
        {
            "start": 971156459,
            "stop": 971156462
        },
        {
            "start": 971156464,
            "stop": 971156467
        },
        {
            "start": 971156468,
            "stop": 971156470
        },
        {
            "start": 971156472,
            "stop": 971156480
        },
        {
            "start": 971156481,
            "stop": 971156482
        },
        {
            "start": 971156484,
            "stop": 971156493
        },
        {
            "start": 971156496,
            "stop": 971156497
        },
        {
            "start": 971156498,
            "stop": 971156501
        },
        {
            "start": 971156506,
            "stop": 971156508
        },
        {
            "start": 971156509,
            "stop": 971156510
        },
        {
            "start": 971156511,
            "stop": 971156517
        }
    ]
}