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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 54,
    "results": [
        {
            "start": 1370360313,
            "stop": 1370361106
        },
        {
            "start": 1370361109,
            "stop": 1370361660
        },
        {
            "start": 1370361664,
            "stop": 1370364633
        },
        {
            "start": 1370364635,
            "stop": 1370364794
        },
        {
            "start": 1370364795,
            "stop": 1370365372
        },
        {
            "start": 1370365374,
            "stop": 1370366116
        },
        {
            "start": 1370366121,
            "stop": 1370366974
        },
        {
            "start": 1370366976,
            "stop": 1370367578
        },
        {
            "start": 1370367580,
            "stop": 1370368820
        },
        {
            "start": 1370368822,
            "stop": 1370369713
        },
        {
            "start": 1370369714,
            "stop": 1370371280
        },
        {
            "start": 1370371282,
            "stop": 1370371888
        },
        {
            "start": 1370371890,
            "stop": 1370373692
        },
        {
            "start": 1370373694,
            "stop": 1370374343
        },
        {
            "start": 1370374344,
            "stop": 1370376813
        },
        {
            "start": 1370379197,
            "stop": 1370379703
        },
        {
            "start": 1370379704,
            "stop": 1370380383
        },
        {
            "start": 1370380384,
            "stop": 1370381391
        },
        {
            "start": 1370381393,
            "stop": 1370382436
        },
        {
            "start": 1370382438,
            "stop": 1370382651
        }
    ]
}