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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=141",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 142,
    "results": [
        {
            "start": 931737528,
            "stop": 931737539
        },
        {
            "start": 931737554,
            "stop": 931737562
        },
        {
            "start": 931737571,
            "stop": 931737573
        },
        {
            "start": 931737578,
            "stop": 931737602
        },
        {
            "start": 931737630,
            "stop": 931737640
        },
        {
            "start": 931737652,
            "stop": 931737660
        },
        {
            "start": 931737682,
            "stop": 931737687
        },
        {
            "start": 931737701,
            "stop": 931737703
        },
        {
            "start": 931737717,
            "stop": 931737718
        },
        {
            "start": 931737724,
            "stop": 931737730
        },
        {
            "start": 931737738,
            "stop": 931737744
        },
        {
            "start": 931737752,
            "stop": 931737762
        },
        {
            "start": 931737767,
            "stop": 931737768
        },
        {
            "start": 931737774,
            "stop": 931737784
        },
        {
            "start": 931737792,
            "stop": 931737795
        },
        {
            "start": 931737800,
            "stop": 931737846
        },
        {
            "start": 931737851,
            "stop": 931737860
        },
        {
            "start": 931737866,
            "stop": 931737871
        },
        {
            "start": 931737882,
            "stop": 931737901
        },
        {
            "start": 931737907,
            "stop": 931737933
        }
    ]
}