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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=382",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 383,
    "results": [
        {
            "start": 1180549451,
            "stop": 1180550713
        },
        {
            "start": 1180550714,
            "stop": 1180559328
        },
        {
            "start": 1180559332,
            "stop": 1180561568
        },
        {
            "start": 1180561572,
            "stop": 1180570043
        },
        {
            "start": 1180570047,
            "stop": 1180572996
        },
        {
            "start": 1180573000,
            "stop": 1180577313
        },
        {
            "start": 1180577317,
            "stop": 1180580477
        },
        {
            "start": 1180580549,
            "stop": 1180592345
        },
        {
            "start": 1180595083,
            "stop": 1180602318
        },
        {
            "start": 1180604133,
            "stop": 1180604451
        },
        {
            "start": 1180606338,
            "stop": 1180606464
        },
        {
            "start": 1180606664,
            "stop": 1180614007
        },
        {
            "start": 1180614011,
            "stop": 1180621835
        },
        {
            "start": 1180626117,
            "stop": 1180646160
        },
        {
            "start": 1180646161,
            "stop": 1180652813
        },
        {
            "start": 1180652817,
            "stop": 1180661993
        },
        {
            "start": 1180661997,
            "stop": 1180670021
        },
        {
            "start": 1180670025,
            "stop": 1180684101
        },
        {
            "start": 1180685921,
            "stop": 1180694257
        },
        {
            "start": 1180696179,
            "stop": 1180698860
        }
    ]
}