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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=646",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=644",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 645,
    "results": [
        {
            "start": 1247767164,
            "stop": 1247767170
        },
        {
            "start": 1247767171,
            "stop": 1247767213
        },
        {
            "start": 1247767218,
            "stop": 1247767307
        },
        {
            "start": 1247767312,
            "stop": 1247767313
        },
        {
            "start": 1247767314,
            "stop": 1247767732
        },
        {
            "start": 1247767733,
            "stop": 1247767738
        },
        {
            "start": 1247767739,
            "stop": 1247767991
        },
        {
            "start": 1247767992,
            "stop": 1247768979
        },
        {
            "start": 1247768984,
            "stop": 1247769135
        },
        {
            "start": 1247769141,
            "stop": 1247769212
        },
        {
            "start": 1247769214,
            "stop": 1247769384
        },
        {
            "start": 1247769385,
            "stop": 1247769500
        },
        {
            "start": 1247769501,
            "stop": 1247769561
        },
        {
            "start": 1247769564,
            "stop": 1247769622
        },
        {
            "start": 1247769625,
            "stop": 1247769682
        },
        {
            "start": 1247769684,
            "stop": 1247769755
        },
        {
            "start": 1247769756,
            "stop": 1247769825
        },
        {
            "start": 1247769827,
            "stop": 1247769828
        },
        {
            "start": 1247769830,
            "stop": 1247769831
        },
        {
            "start": 1247769832,
            "stop": 1247769929
        }
    ]
}