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_CAT3/segments?format=api&page=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 22,
    "results": [
        {
            "start": 1126265759,
            "stop": 1126266060
        },
        {
            "start": 1126266061,
            "stop": 1126266423
        },
        {
            "start": 1126266424,
            "stop": 1126266738
        },
        {
            "start": 1126266740,
            "stop": 1126266771
        },
        {
            "start": 1126266772,
            "stop": 1126266886
        },
        {
            "start": 1126266887,
            "stop": 1126266957
        },
        {
            "start": 1126266959,
            "stop": 1126267105
        },
        {
            "start": 1126267107,
            "stop": 1126267443
        },
        {
            "start": 1126267444,
            "stop": 1126267703
        },
        {
            "start": 1126267704,
            "stop": 1126267739
        },
        {
            "start": 1126267740,
            "stop": 1126268086
        },
        {
            "start": 1126268088,
            "stop": 1126268440
        },
        {
            "start": 1126268442,
            "stop": 1126268779
        },
        {
            "start": 1126268781,
            "stop": 1126269126
        },
        {
            "start": 1126269127,
            "stop": 1126269482
        },
        {
            "start": 1126269484,
            "stop": 1126269592
        },
        {
            "start": 1126269593,
            "stop": 1126269729
        },
        {
            "start": 1126269730,
            "stop": 1126269742
        },
        {
            "start": 1126269743,
            "stop": 1126269828
        },
        {
            "start": 1126269829,
            "stop": 1126270141
        }
    ]
}