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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=348",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 349,
    "results": [
        {
            "start": 939519653,
            "stop": 939519829
        },
        {
            "start": 939519832,
            "stop": 939519895
        },
        {
            "start": 939519898,
            "stop": 939519969
        },
        {
            "start": 939519972,
            "stop": 939520009
        },
        {
            "start": 939520012,
            "stop": 939520334
        },
        {
            "start": 939520337,
            "stop": 939520345
        },
        {
            "start": 939520348,
            "stop": 939520367
        },
        {
            "start": 939520370,
            "stop": 939520408
        },
        {
            "start": 939520411,
            "stop": 939520425
        },
        {
            "start": 939520428,
            "stop": 939520467
        },
        {
            "start": 939520470,
            "stop": 939520493
        },
        {
            "start": 939520496,
            "stop": 939520552
        },
        {
            "start": 939520555,
            "stop": 939520591
        },
        {
            "start": 939520594,
            "stop": 939520691
        },
        {
            "start": 939520694,
            "stop": 939520759
        },
        {
            "start": 939520762,
            "stop": 939520796
        },
        {
            "start": 939520799,
            "stop": 939520805
        },
        {
            "start": 939520808,
            "stop": 939520845
        },
        {
            "start": 939520848,
            "stop": 939520890
        },
        {
            "start": 939520898,
            "stop": 939520950
        }
    ]
}