Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=171
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=170",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 171,
    "results": [
        {
            "start": 1135057608,
            "stop": 1135057612
        },
        {
            "start": 1135057615,
            "stop": 1135057623
        },
        {
            "start": 1135057626,
            "stop": 1135057629
        },
        {
            "start": 1135057632,
            "stop": 1135057635
        },
        {
            "start": 1135057642,
            "stop": 1135057643
        },
        {
            "start": 1135057646,
            "stop": 1135057651
        },
        {
            "start": 1135057654,
            "stop": 1135057657
        },
        {
            "start": 1135057660,
            "stop": 1135057661
        },
        {
            "start": 1135057664,
            "stop": 1135057671
        },
        {
            "start": 1135057678,
            "stop": 1135057679
        },
        {
            "start": 1135057682,
            "stop": 1135057683
        },
        {
            "start": 1135057688,
            "stop": 1135057693
        },
        {
            "start": 1135057722,
            "stop": 1135057724
        },
        {
            "start": 1135057727,
            "stop": 1135057729
        },
        {
            "start": 1135057732,
            "stop": 1135057738
        },
        {
            "start": 1135057741,
            "stop": 1135057742
        },
        {
            "start": 1135057745,
            "stop": 1135057746
        },
        {
            "start": 1135057749,
            "stop": 1135057750
        },
        {
            "start": 1135057753,
            "stop": 1135057760
        },
        {
            "start": 1135057765,
            "stop": 1135057770
        }
    ]
}