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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=322",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 323,
    "results": [
        {
            "start": 1264910276,
            "stop": 1264910292
        },
        {
            "start": 1264910293,
            "stop": 1264910299
        },
        {
            "start": 1264910300,
            "stop": 1264911895
        },
        {
            "start": 1264911897,
            "stop": 1264911906
        },
        {
            "start": 1264911907,
            "stop": 1264912079
        },
        {
            "start": 1264912080,
            "stop": 1264912566
        },
        {
            "start": 1264912567,
            "stop": 1264912590
        },
        {
            "start": 1264912591,
            "stop": 1264914582
        },
        {
            "start": 1264914583,
            "stop": 1264914621
        },
        {
            "start": 1264914622,
            "stop": 1264915405
        },
        {
            "start": 1264915406,
            "stop": 1264915417
        },
        {
            "start": 1264915419,
            "stop": 1264915427
        },
        {
            "start": 1264915428,
            "stop": 1264915537
        },
        {
            "start": 1264915538,
            "stop": 1264915741
        },
        {
            "start": 1264915742,
            "stop": 1264915751
        },
        {
            "start": 1264915752,
            "stop": 1264915760
        },
        {
            "start": 1264915761,
            "stop": 1264915776
        },
        {
            "start": 1264915777,
            "stop": 1264915779
        },
        {
            "start": 1264915780,
            "stop": 1264915782
        },
        {
            "start": 1264915783,
            "stop": 1264915805
        }
    ]
}