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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 192,
    "results": [
        {
            "start": 1126816996,
            "stop": 1126817182
        },
        {
            "start": 1126817183,
            "stop": 1126817418
        },
        {
            "start": 1126817419,
            "stop": 1126817425
        },
        {
            "start": 1126817428,
            "stop": 1126817449
        },
        {
            "start": 1126817450,
            "stop": 1126817453
        },
        {
            "start": 1126817455,
            "stop": 1126817460
        },
        {
            "start": 1126817461,
            "stop": 1126817576
        },
        {
            "start": 1126817578,
            "stop": 1126817725
        },
        {
            "start": 1126817726,
            "stop": 1126817757
        },
        {
            "start": 1126817759,
            "stop": 1126817802
        },
        {
            "start": 1126817803,
            "stop": 1126817806
        },
        {
            "start": 1126817808,
            "stop": 1126817809
        },
        {
            "start": 1126817811,
            "stop": 1126817820
        },
        {
            "start": 1126817821,
            "stop": 1126817970
        },
        {
            "start": 1126817972,
            "stop": 1126817976
        },
        {
            "start": 1126817978,
            "stop": 1126817985
        },
        {
            "start": 1126817986,
            "stop": 1126818008
        },
        {
            "start": 1126818010,
            "stop": 1126818177
        },
        {
            "start": 1126818178,
            "stop": 1126818197
        },
        {
            "start": 1126818198,
            "stop": 1126818219
        }
    ]
}