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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 15,
    "results": [
        {
            "start": 1127096897,
            "stop": 1127097668
        },
        {
            "start": 1127097675,
            "stop": 1127097856
        },
        {
            "start": 1127097857,
            "stop": 1127100077
        },
        {
            "start": 1127100197,
            "stop": 1127105477
        },
        {
            "start": 1127105537,
            "stop": 1127108297
        },
        {
            "start": 1127108357,
            "stop": 1127109797
        },
        {
            "start": 1127109857,
            "stop": 1127111417
        },
        {
            "start": 1127119063,
            "stop": 1127119517
        },
        {
            "start": 1127119577,
            "stop": 1127120537
        },
        {
            "start": 1127120597,
            "stop": 1127120670
        },
        {
            "start": 1127120931,
            "stop": 1127121284
        },
        {
            "start": 1127121294,
            "stop": 1127123897
        },
        {
            "start": 1127124017,
            "stop": 1127124197
        },
        {
            "start": 1127124497,
            "stop": 1127125099
        },
        {
            "start": 1127125106,
            "stop": 1127125763
        },
        {
            "start": 1127125764,
            "stop": 1127128775
        },
        {
            "start": 1127128782,
            "stop": 1127129878
        },
        {
            "start": 1127129886,
            "stop": 1127129964
        },
        {
            "start": 1127129971,
            "stop": 1127132294
        },
        {
            "start": 1127132301,
            "stop": 1127132845
        }
    ]
}