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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=228",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 229,
    "results": [
        {
            "start": 934354994,
            "stop": 934355012
        },
        {
            "start": 934355014,
            "stop": 934355018
        },
        {
            "start": 934355020,
            "stop": 934355034
        },
        {
            "start": 934355038,
            "stop": 934358556
        },
        {
            "start": 934358559,
            "stop": 934358565
        },
        {
            "start": 934358567,
            "stop": 934358584
        },
        {
            "start": 934358587,
            "stop": 934358610
        },
        {
            "start": 934358613,
            "stop": 934358617
        },
        {
            "start": 934358619,
            "stop": 934358633
        },
        {
            "start": 934358638,
            "stop": 934362155
        },
        {
            "start": 934362157,
            "stop": 934362158
        },
        {
            "start": 934362160,
            "stop": 934362184
        },
        {
            "start": 934362186,
            "stop": 934362209
        },
        {
            "start": 934362212,
            "stop": 934362216
        },
        {
            "start": 934362219,
            "stop": 934362234
        },
        {
            "start": 934362238,
            "stop": 934365735
        },
        {
            "start": 934365737,
            "stop": 934365758
        },
        {
            "start": 934365760,
            "stop": 934365785
        },
        {
            "start": 934365787,
            "stop": 934365812
        },
        {
            "start": 934365814,
            "stop": 934365817
        }
    ]
}