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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=363",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 364,
    "results": [
        {
            "start": 848195862,
            "stop": 848196012
        },
        {
            "start": 848196554,
            "stop": 848196951
        },
        {
            "start": 848197098,
            "stop": 848202663
        },
        {
            "start": 848202665,
            "stop": 848214602
        },
        {
            "start": 848214604,
            "stop": 848214723
        },
        {
            "start": 848214725,
            "stop": 848215177
        },
        {
            "start": 848216194,
            "stop": 848219176
        },
        {
            "start": 848219178,
            "stop": 848219831
        },
        {
            "start": 848220644,
            "stop": 848222879
        },
        {
            "start": 848224373,
            "stop": 848225352
        },
        {
            "start": 848225354,
            "stop": 848226361
        },
        {
            "start": 848230284,
            "stop": 848235447
        },
        {
            "start": 848236425,
            "stop": 848236753
        },
        {
            "start": 848238232,
            "stop": 848240945
        },
        {
            "start": 848243507,
            "stop": 848243755
        },
        {
            "start": 848244858,
            "stop": 848247293
        },
        {
            "start": 848247295,
            "stop": 848247398
        },
        {
            "start": 848258837,
            "stop": 848259469
        },
        {
            "start": 848260275,
            "stop": 848260668
        },
        {
            "start": 848260670,
            "stop": 848268608
        }
    ]
}