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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 245,
    "results": [
        {
            "start": 1376598481,
            "stop": 1376599662
        },
        {
            "start": 1376599664,
            "stop": 1376599917
        },
        {
            "start": 1376599920,
            "stop": 1376600806
        },
        {
            "start": 1376600808,
            "stop": 1376601726
        },
        {
            "start": 1376601727,
            "stop": 1376602777
        },
        {
            "start": 1376602780,
            "stop": 1376603697
        },
        {
            "start": 1376603699,
            "stop": 1376603762
        },
        {
            "start": 1376608198,
            "stop": 1376608326
        },
        {
            "start": 1376608327,
            "stop": 1376609213
        },
        {
            "start": 1376609214,
            "stop": 1376609373
        },
        {
            "start": 1376609407,
            "stop": 1376610088
        },
        {
            "start": 1376610093,
            "stop": 1376610171
        },
        {
            "start": 1376610173,
            "stop": 1376611028
        },
        {
            "start": 1376611029,
            "stop": 1376611904
        },
        {
            "start": 1376611906,
            "stop": 1376612779
        },
        {
            "start": 1376612783,
            "stop": 1376612965
        },
        {
            "start": 1376612967,
            "stop": 1376613772
        },
        {
            "start": 1376613774,
            "stop": 1376614872
        },
        {
            "start": 1376614873,
            "stop": 1376615709
        },
        {
            "start": 1376615713,
            "stop": 1376615821
        }
    ]
}