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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 130,
    "results": [
        {
            "start": 1126656022,
            "stop": 1126656028
        },
        {
            "start": 1126656029,
            "stop": 1126656033
        },
        {
            "start": 1126656034,
            "stop": 1126656047
        },
        {
            "start": 1126656049,
            "stop": 1126656227
        },
        {
            "start": 1126656228,
            "stop": 1126656618
        },
        {
            "start": 1126656620,
            "stop": 1126656724
        },
        {
            "start": 1126656726,
            "stop": 1126656885
        },
        {
            "start": 1126656892,
            "stop": 1126656906
        },
        {
            "start": 1126656907,
            "stop": 1126657002
        },
        {
            "start": 1126657004,
            "stop": 1126657054
        },
        {
            "start": 1126657056,
            "stop": 1126657139
        },
        {
            "start": 1126657140,
            "stop": 1126657395
        },
        {
            "start": 1126657397,
            "stop": 1126657403
        },
        {
            "start": 1126657405,
            "stop": 1126657406
        },
        {
            "start": 1126657408,
            "stop": 1126657409
        },
        {
            "start": 1126657411,
            "stop": 1126657418
        },
        {
            "start": 1126657420,
            "stop": 1126657467
        },
        {
            "start": 1126657468,
            "stop": 1126657493
        },
        {
            "start": 1126657499,
            "stop": 1126657500
        },
        {
            "start": 1126657501,
            "stop": 1126657521
        }
    ]
}