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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3082
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3081",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3082,
    "results": [
        {
            "start": 866162628,
            "stop": 866162640
        },
        {
            "start": 866162700,
            "stop": 866162809
        },
        {
            "start": 866163360,
            "stop": 866163525
        },
        {
            "start": 866163528,
            "stop": 866163600
        },
        {
            "start": 866163660,
            "stop": 866163720
        },
        {
            "start": 866164080,
            "stop": 866164082
        },
        {
            "start": 866164086,
            "stop": 866164159
        },
        {
            "start": 866164779,
            "stop": 866164780
        },
        {
            "start": 866164784,
            "stop": 866164792
        },
        {
            "start": 866165269,
            "stop": 866165295
        },
        {
            "start": 866165299,
            "stop": 866165309
        },
        {
            "start": 866165313,
            "stop": 866165340
        },
        {
            "start": 866165343,
            "stop": 866165347
        },
        {
            "start": 866165351,
            "stop": 866165356
        },
        {
            "start": 866165358,
            "stop": 866165371
        },
        {
            "start": 866165375,
            "stop": 866165397
        },
        {
            "start": 866165522,
            "stop": 866165532
        },
        {
            "start": 866165536,
            "stop": 866165571
        },
        {
            "start": 866165575,
            "stop": 866165580
        },
        {
            "start": 866165760,
            "stop": 866165823
        }
    ]
}