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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 75,
    "results": [
        {
            "start": 1126535311,
            "stop": 1126535318
        },
        {
            "start": 1126535320,
            "stop": 1126535322
        },
        {
            "start": 1126535323,
            "stop": 1126535325
        },
        {
            "start": 1126535327,
            "stop": 1126535332
        },
        {
            "start": 1126535334,
            "stop": 1126535337
        },
        {
            "start": 1126535340,
            "stop": 1126535343
        },
        {
            "start": 1126535345,
            "stop": 1126535351
        },
        {
            "start": 1126535353,
            "stop": 1126535364
        },
        {
            "start": 1126535365,
            "stop": 1126535370
        },
        {
            "start": 1126535372,
            "stop": 1126535409
        },
        {
            "start": 1126535414,
            "stop": 1126535415
        },
        {
            "start": 1126535417,
            "stop": 1126535418
        },
        {
            "start": 1126535422,
            "stop": 1126535462
        },
        {
            "start": 1126535466,
            "stop": 1126535471
        },
        {
            "start": 1126535473,
            "stop": 1126535500
        },
        {
            "start": 1126535509,
            "stop": 1126535511
        },
        {
            "start": 1126535513,
            "stop": 1126535514
        },
        {
            "start": 1126535516,
            "stop": 1126535521
        },
        {
            "start": 1126535523,
            "stop": 1126535526
        },
        {
            "start": 1126535530,
            "stop": 1126535534
        }
    ]
}