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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=410",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 411,
    "results": [
        {
            "start": 853086509,
            "stop": 853086574
        },
        {
            "start": 853086705,
            "stop": 853086800
        },
        {
            "start": 853087029,
            "stop": 853095904
        },
        {
            "start": 853098891,
            "stop": 853102421
        },
        {
            "start": 853104893,
            "stop": 853115256
        },
        {
            "start": 853118442,
            "stop": 853118713
        },
        {
            "start": 853118801,
            "stop": 853128758
        },
        {
            "start": 853129768,
            "stop": 853137262
        },
        {
            "start": 853139212,
            "stop": 853143666
        },
        {
            "start": 853144475,
            "stop": 853159288
        },
        {
            "start": 853159289,
            "stop": 853162905
        },
        {
            "start": 853163851,
            "stop": 853170511
        },
        {
            "start": 853171398,
            "stop": 853172564
        },
        {
            "start": 853173079,
            "stop": 853180119
        },
        {
            "start": 853181083,
            "stop": 853181475
        },
        {
            "start": 853182206,
            "stop": 853183054
        },
        {
            "start": 853183108,
            "stop": 853184790
        },
        {
            "start": 853185457,
            "stop": 853187389
        },
        {
            "start": 853188374,
            "stop": 853189121
        },
        {
            "start": 853189185,
            "stop": 853199691
        }
    ]
}