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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=368",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 369,
    "results": [
        {
            "start": 1387464311,
            "stop": 1387468714
        },
        {
            "start": 1387472753,
            "stop": 1387479734
        },
        {
            "start": 1387479738,
            "stop": 1387480031
        },
        {
            "start": 1387492371,
            "stop": 1387495454
        },
        {
            "start": 1387495457,
            "stop": 1387496072
        },
        {
            "start": 1387496077,
            "stop": 1387496591
        },
        {
            "start": 1387560111,
            "stop": 1387563280
        },
        {
            "start": 1387563283,
            "stop": 1387568053
        },
        {
            "start": 1387568056,
            "stop": 1387568085
        },
        {
            "start": 1387570892,
            "stop": 1387581490
        },
        {
            "start": 1387581495,
            "stop": 1387611689
        },
        {
            "start": 1387611692,
            "stop": 1387611745
        },
        {
            "start": 1387618503,
            "stop": 1387626619
        },
        {
            "start": 1387626623,
            "stop": 1387629537
        },
        {
            "start": 1387629540,
            "stop": 1387647652
        },
        {
            "start": 1387647655,
            "stop": 1387662812
        },
        {
            "start": 1387662815,
            "stop": 1387665531
        },
        {
            "start": 1387665535,
            "stop": 1387667740
        },
        {
            "start": 1387667745,
            "stop": 1387670721
        },
        {
            "start": 1387670724,
            "stop": 1387685887
        }
    ]
}