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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=277",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 278,
    "results": [
        {
            "start": 841014463,
            "stop": 841014471
        },
        {
            "start": 841014579,
            "stop": 841014774
        },
        {
            "start": 841014775,
            "stop": 841014822
        },
        {
            "start": 841014824,
            "stop": 841014884
        },
        {
            "start": 841014886,
            "stop": 841014888
        },
        {
            "start": 841014890,
            "stop": 841014974
        },
        {
            "start": 841014976,
            "stop": 841015087
        },
        {
            "start": 841015089,
            "stop": 841015172
        },
        {
            "start": 841015175,
            "stop": 841015468
        },
        {
            "start": 841015470,
            "stop": 841015525
        },
        {
            "start": 841015527,
            "stop": 841015550
        },
        {
            "start": 841015552,
            "stop": 841015561
        },
        {
            "start": 841015563,
            "stop": 841015609
        },
        {
            "start": 841015732,
            "stop": 841015904
        },
        {
            "start": 841016595,
            "stop": 841016670
        },
        {
            "start": 841016673,
            "stop": 841016797
        },
        {
            "start": 841016799,
            "stop": 841016934
        },
        {
            "start": 841016936,
            "stop": 841017002
        },
        {
            "start": 841017004,
            "stop": 841017006
        },
        {
            "start": 841017008,
            "stop": 841017078
        }
    ]
}