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=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_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 75,
    "results": [
        {
            "start": 1132113785,
            "stop": 1132119637
        },
        {
            "start": 1132119645,
            "stop": 1132120301
        },
        {
            "start": 1132120311,
            "stop": 1132122424
        },
        {
            "start": 1132122426,
            "stop": 1132123919
        },
        {
            "start": 1132123927,
            "stop": 1132130706
        },
        {
            "start": 1132130714,
            "stop": 1132130741
        },
        {
            "start": 1132130744,
            "stop": 1132130801
        },
        {
            "start": 1132130803,
            "stop": 1132136411
        },
        {
            "start": 1132136413,
            "stop": 1132140352
        },
        {
            "start": 1132140354,
            "stop": 1132141397
        },
        {
            "start": 1132141461,
            "stop": 1132141975
        },
        {
            "start": 1132141977,
            "stop": 1132146836
        },
        {
            "start": 1132146838,
            "stop": 1132149476
        },
        {
            "start": 1132149478,
            "stop": 1132152544
        },
        {
            "start": 1132152552,
            "stop": 1132156350
        },
        {
            "start": 1132156358,
            "stop": 1132159727
        },
        {
            "start": 1132159735,
            "stop": 1132161019
        },
        {
            "start": 1132161027,
            "stop": 1132161472
        },
        {
            "start": 1132161474,
            "stop": 1132162462
        },
        {
            "start": 1132162466,
            "stop": 1132162498
        }
    ]
}