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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=135",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 136,
    "results": [
        {
            "start": 931730018,
            "stop": 931730032
        },
        {
            "start": 931730037,
            "stop": 931730078
        },
        {
            "start": 931730084,
            "stop": 931730096
        },
        {
            "start": 931730102,
            "stop": 931730105
        },
        {
            "start": 931730111,
            "stop": 931730117
        },
        {
            "start": 931730122,
            "stop": 931730133
        },
        {
            "start": 931730138,
            "stop": 931730141
        },
        {
            "start": 931730146,
            "stop": 931730158
        },
        {
            "start": 931730164,
            "stop": 931730165
        },
        {
            "start": 931730177,
            "stop": 931730230
        },
        {
            "start": 931730251,
            "stop": 931730259
        },
        {
            "start": 931730267,
            "stop": 931730271
        },
        {
            "start": 931730301,
            "stop": 931730306
        },
        {
            "start": 931730327,
            "stop": 931730348
        },
        {
            "start": 931730353,
            "stop": 931730383
        },
        {
            "start": 931730389,
            "stop": 931730395
        },
        {
            "start": 931730406,
            "stop": 931730407
        },
        {
            "start": 931730451,
            "stop": 931730467
        },
        {
            "start": 931730487,
            "stop": 931730488
        },
        {
            "start": 931730498,
            "stop": 931730499
        }
    ]
}