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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 524,
    "results": [
        {
            "start": 1262752608,
            "stop": 1262752611
        },
        {
            "start": 1262752614,
            "stop": 1262752834
        },
        {
            "start": 1262752837,
            "stop": 1262752997
        },
        {
            "start": 1262753000,
            "stop": 1262753007
        },
        {
            "start": 1262753010,
            "stop": 1262753122
        },
        {
            "start": 1262753125,
            "stop": 1262753228
        },
        {
            "start": 1262753231,
            "stop": 1262753298
        },
        {
            "start": 1262753301,
            "stop": 1262753348
        },
        {
            "start": 1262753351,
            "stop": 1262753651
        },
        {
            "start": 1262753654,
            "stop": 1262753732
        },
        {
            "start": 1262753735,
            "stop": 1262753835
        },
        {
            "start": 1262753838,
            "stop": 1262753854
        },
        {
            "start": 1262753857,
            "stop": 1262753891
        },
        {
            "start": 1262753894,
            "stop": 1262753969
        },
        {
            "start": 1262753972,
            "stop": 1262754129
        },
        {
            "start": 1262754132,
            "stop": 1262754138
        },
        {
            "start": 1262754141,
            "stop": 1262754229
        },
        {
            "start": 1262754232,
            "stop": 1262754270
        },
        {
            "start": 1262754273,
            "stop": 1262754409
        },
        {
            "start": 1262754412,
            "stop": 1262754425
        }
    ]
}