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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 47,
    "results": [
        {
            "start": 1126326964,
            "stop": 1126326967
        },
        {
            "start": 1126326968,
            "stop": 1126326971
        },
        {
            "start": 1126326972,
            "stop": 1126326973
        },
        {
            "start": 1126326976,
            "stop": 1126326988
        },
        {
            "start": 1126326991,
            "stop": 1126327009
        },
        {
            "start": 1126327010,
            "stop": 1126327011
        },
        {
            "start": 1126327012,
            "stop": 1126327025
        },
        {
            "start": 1126327026,
            "stop": 1126327034
        },
        {
            "start": 1126327037,
            "stop": 1126327048
        },
        {
            "start": 1126327053,
            "stop": 1126327069
        },
        {
            "start": 1126327072,
            "stop": 1126327074
        },
        {
            "start": 1126327076,
            "stop": 1126327094
        },
        {
            "start": 1126327095,
            "stop": 1126327171
        },
        {
            "start": 1126327172,
            "stop": 1126327239
        },
        {
            "start": 1126327241,
            "stop": 1126327244
        },
        {
            "start": 1126327245,
            "stop": 1126327251
        },
        {
            "start": 1126327255,
            "stop": 1126327267
        },
        {
            "start": 1126327268,
            "stop": 1126327269
        },
        {
            "start": 1126327271,
            "stop": 1126327274
        },
        {
            "start": 1126327277,
            "stop": 1126327279
        }
    ]
}