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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=290",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 291,
    "results": [
        {
            "start": 934810005,
            "stop": 934811799
        },
        {
            "start": 934811804,
            "stop": 934812015
        },
        {
            "start": 934812255,
            "stop": 934814198
        },
        {
            "start": 934814258,
            "stop": 934814838
        },
        {
            "start": 934816840,
            "stop": 934817506
        },
        {
            "start": 934817626,
            "stop": 934819215
        },
        {
            "start": 934819455,
            "stop": 934820456
        },
        {
            "start": 934820618,
            "stop": 934821892
        },
        {
            "start": 934825021,
            "stop": 934825455
        },
        {
            "start": 934825474,
            "stop": 934826415
        },
        {
            "start": 934826655,
            "stop": 934827990
        },
        {
            "start": 934828150,
            "stop": 934828507
        },
        {
            "start": 934828512,
            "stop": 934829011
        },
        {
            "start": 934829131,
            "stop": 934829698
        },
        {
            "start": 934829703,
            "stop": 934829753
        },
        {
            "start": 934829756,
            "stop": 934829984
        },
        {
            "start": 934829989,
            "stop": 934830015
        },
        {
            "start": 934830255,
            "stop": 934830613
        },
        {
            "start": 934830867,
            "stop": 934831879
        },
        {
            "start": 934831880,
            "stop": 934833291
        }
    ]
}