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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=395",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 396,
    "results": [
        {
            "start": 1181364300,
            "stop": 1181364531
        },
        {
            "start": 1181364534,
            "stop": 1181364540
        },
        {
            "start": 1181369967,
            "stop": 1181380080
        },
        {
            "start": 1181380380,
            "stop": 1181392342
        },
        {
            "start": 1181397127,
            "stop": 1181397785
        },
        {
            "start": 1181442739,
            "stop": 1181450466
        },
        {
            "start": 1181453122,
            "stop": 1181457780
        },
        {
            "start": 1181476975,
            "stop": 1181477146
        },
        {
            "start": 1181477169,
            "stop": 1181479561
        },
        {
            "start": 1181479565,
            "stop": 1181494970
        },
        {
            "start": 1181494973,
            "stop": 1181499778
        },
        {
            "start": 1181499779,
            "stop": 1181505038
        },
        {
            "start": 1181505042,
            "stop": 1181506210
        },
        {
            "start": 1181506214,
            "stop": 1181510816
        },
        {
            "start": 1181510817,
            "stop": 1181510820
        },
        {
            "start": 1181510824,
            "stop": 1181510825
        },
        {
            "start": 1181510830,
            "stop": 1181510835
        },
        {
            "start": 1181510841,
            "stop": 1181510847
        },
        {
            "start": 1181510852,
            "stop": 1181511000
        },
        {
            "start": 1181511420,
            "stop": 1181511600
        }
    ]
}