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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=306",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 307,
    "results": [
        {
            "start": 935557558,
            "stop": 935557586
        },
        {
            "start": 935557588,
            "stop": 935557646
        },
        {
            "start": 935557648,
            "stop": 935557675
        },
        {
            "start": 935557678,
            "stop": 935557706
        },
        {
            "start": 935557709,
            "stop": 935558483
        },
        {
            "start": 935558485,
            "stop": 935558499
        },
        {
            "start": 935558501,
            "stop": 935558815
        },
        {
            "start": 935560001,
            "stop": 935560815
        },
        {
            "start": 935560995,
            "stop": 935561039
        },
        {
            "start": 935561041,
            "stop": 935561718
        },
        {
            "start": 935564063,
            "stop": 935564415
        },
        {
            "start": 935564595,
            "stop": 935564663
        },
        {
            "start": 935564665,
            "stop": 935565339
        },
        {
            "start": 935565341,
            "stop": 935566930
        },
        {
            "start": 935566932,
            "stop": 935567123
        },
        {
            "start": 935567126,
            "stop": 935568015
        },
        {
            "start": 935568195,
            "stop": 935568749
        },
        {
            "start": 935568752,
            "stop": 935568755
        },
        {
            "start": 935568757,
            "stop": 935569856
        },
        {
            "start": 935569858,
            "stop": 935570230
        }
    ]
}