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=1048
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=1049",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1047",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1048,
    "results": [
        {
            "start": 1135711414,
            "stop": 1135716597
        },
        {
            "start": 1135716599,
            "stop": 1135717340
        },
        {
            "start": 1135737171,
            "stop": 1135746377
        },
        {
            "start": 1135746378,
            "stop": 1135750473
        },
        {
            "start": 1135750475,
            "stop": 1135753130
        },
        {
            "start": 1135753131,
            "stop": 1135754303
        },
        {
            "start": 1135754304,
            "stop": 1135770154
        },
        {
            "start": 1135770156,
            "stop": 1135770183
        },
        {
            "start": 1135776762,
            "stop": 1135778589
        },
        {
            "start": 1135778591,
            "stop": 1135778679
        },
        {
            "start": 1135778681,
            "stop": 1135778686
        },
        {
            "start": 1135778688,
            "stop": 1135778695
        },
        {
            "start": 1135778697,
            "stop": 1135778720
        },
        {
            "start": 1135778845,
            "stop": 1135779164
        },
        {
            "start": 1135779166,
            "stop": 1135780103
        },
        {
            "start": 1135780106,
            "stop": 1135780890
        },
        {
            "start": 1135780894,
            "stop": 1135781919
        },
        {
            "start": 1135781921,
            "stop": 1135784537
        },
        {
            "start": 1135784539,
            "stop": 1135785772
        },
        {
            "start": 1135785774,
            "stop": 1135788801
        }
    ]
}