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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=235",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 236,
    "results": [
        {
            "start": 820886684,
            "stop": 820886765
        },
        {
            "start": 820886768,
            "stop": 820886928
        },
        {
            "start": 820886931,
            "stop": 820886965
        },
        {
            "start": 820888030,
            "stop": 820888888
        },
        {
            "start": 820888892,
            "stop": 820889256
        },
        {
            "start": 820889752,
            "stop": 820889874
        },
        {
            "start": 820889877,
            "stop": 820890014
        },
        {
            "start": 820890017,
            "stop": 820890439
        },
        {
            "start": 820890442,
            "stop": 820890779
        },
        {
            "start": 820890782,
            "stop": 820890798
        },
        {
            "start": 820890801,
            "stop": 820891301
        },
        {
            "start": 820891305,
            "stop": 820891818
        },
        {
            "start": 820891821,
            "stop": 820892345
        },
        {
            "start": 820892348,
            "stop": 820892372
        },
        {
            "start": 820892376,
            "stop": 820892599
        },
        {
            "start": 820892603,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        }
    ]
}