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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1053",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1051",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1052,
    "results": [
        {
            "start": 1135893872,
            "stop": 1135894412
        },
        {
            "start": 1135894414,
            "stop": 1135895078
        },
        {
            "start": 1135895080,
            "stop": 1135896454
        },
        {
            "start": 1135896455,
            "stop": 1135896562
        },
        {
            "start": 1135896564,
            "stop": 1135898690
        },
        {
            "start": 1135911179,
            "stop": 1135914661
        },
        {
            "start": 1135914663,
            "stop": 1135917488
        },
        {
            "start": 1135917490,
            "stop": 1135919991
        },
        {
            "start": 1135919993,
            "stop": 1135924188
        },
        {
            "start": 1135925097,
            "stop": 1135925412
        },
        {
            "start": 1135925414,
            "stop": 1135926879
        },
        {
            "start": 1135926881,
            "stop": 1135928032
        },
        {
            "start": 1135928034,
            "stop": 1135928801
        },
        {
            "start": 1135928803,
            "stop": 1135934070
        },
        {
            "start": 1135934072,
            "stop": 1135940297
        },
        {
            "start": 1135940299,
            "stop": 1135943016
        },
        {
            "start": 1135948563,
            "stop": 1135954941
        },
        {
            "start": 1135954945,
            "stop": 1135955959
        },
        {
            "start": 1135955961,
            "stop": 1135956705
        },
        {
            "start": 1135956707,
            "stop": 1135957052
        }
    ]
}