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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=32",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 33,
    "results": [
        {
            "start": 1383740826,
            "stop": 1383740831
        },
        {
            "start": 1383740891,
            "stop": 1383740896
        },
        {
            "start": 1383740956,
            "stop": 1383740961
        },
        {
            "start": 1383741021,
            "stop": 1383741026
        },
        {
            "start": 1383741086,
            "stop": 1383741091
        },
        {
            "start": 1383741151,
            "stop": 1383741156
        },
        {
            "start": 1383741216,
            "stop": 1383741221
        },
        {
            "start": 1383741281,
            "stop": 1383741286
        },
        {
            "start": 1383741346,
            "stop": 1383741351
        },
        {
            "start": 1383741411,
            "stop": 1383741416
        },
        {
            "start": 1383741476,
            "stop": 1383741481
        },
        {
            "start": 1383741541,
            "stop": 1383741546
        },
        {
            "start": 1383741606,
            "stop": 1383741611
        },
        {
            "start": 1383741671,
            "stop": 1383741676
        },
        {
            "start": 1383741736,
            "stop": 1383741741
        },
        {
            "start": 1383741801,
            "stop": 1383741806
        },
        {
            "start": 1383741866,
            "stop": 1383741871
        },
        {
            "start": 1383741931,
            "stop": 1383741936
        },
        {
            "start": 1383741996,
            "stop": 1383742001
        },
        {
            "start": 1383742061,
            "stop": 1383742066
        }
    ]
}