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=506
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=507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=505",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 506,
    "results": [
        {
            "start": 865826652,
            "stop": 865837330
        },
        {
            "start": 865838005,
            "stop": 865847737
        },
        {
            "start": 865847738,
            "stop": 865859797
        },
        {
            "start": 865860614,
            "stop": 865863766
        },
        {
            "start": 865863768,
            "stop": 865863769
        },
        {
            "start": 865863771,
            "stop": 865863790
        },
        {
            "start": 865863793,
            "stop": 865863794
        },
        {
            "start": 865863795,
            "stop": 865864191
        },
        {
            "start": 865864862,
            "stop": 865875758
        },
        {
            "start": 865877761,
            "stop": 865877765
        },
        {
            "start": 865877767,
            "stop": 865877800
        },
        {
            "start": 865877802,
            "stop": 865877807
        },
        {
            "start": 865877808,
            "stop": 865877827
        },
        {
            "start": 865877997,
            "stop": 865882532
        },
        {
            "start": 865882534,
            "stop": 865924616
        },
        {
            "start": 865925214,
            "stop": 865934845
        },
        {
            "start": 865934847,
            "stop": 865944046
        },
        {
            "start": 865944735,
            "stop": 865946538
        },
        {
            "start": 865946926,
            "stop": 865948770
        },
        {
            "start": 865951092,
            "stop": 865951270
        }
    ]
}