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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=29",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 30,
    "results": [
        {
            "start": 1383680263,
            "stop": 1383685787
        },
        {
            "start": 1383703496,
            "stop": 1383703506
        },
        {
            "start": 1383708344,
            "stop": 1383710984
        },
        {
            "start": 1383710989,
            "stop": 1383721742
        },
        {
            "start": 1383725878,
            "stop": 1383737191
        },
        {
            "start": 1383737251,
            "stop": 1383737256
        },
        {
            "start": 1383737316,
            "stop": 1383737321
        },
        {
            "start": 1383737381,
            "stop": 1383737386
        },
        {
            "start": 1383737446,
            "stop": 1383737451
        },
        {
            "start": 1383737511,
            "stop": 1383737516
        },
        {
            "start": 1383737576,
            "stop": 1383737581
        },
        {
            "start": 1383737641,
            "stop": 1383737646
        },
        {
            "start": 1383737706,
            "stop": 1383737711
        },
        {
            "start": 1383737771,
            "stop": 1383737776
        },
        {
            "start": 1383737836,
            "stop": 1383737841
        },
        {
            "start": 1383737901,
            "stop": 1383737906
        },
        {
            "start": 1383737966,
            "stop": 1383737971
        },
        {
            "start": 1383738031,
            "stop": 1383738036
        },
        {
            "start": 1383738096,
            "stop": 1383738101
        },
        {
            "start": 1383738161,
            "stop": 1383738166
        }
    ]
}