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/S6/timelines/H1_CBCHIGH_CAT1/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/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=14",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 15,
    "results": [
        {
            "start": 933822603,
            "stop": 933824055
        },
        {
            "start": 933824415,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933851228
        },
        {
            "start": 933860664,
            "stop": 933868181
        },
        {
            "start": 933871738,
            "stop": 933876856
        },
        {
            "start": 933880194,
            "stop": 933882499
        },
        {
            "start": 933883904,
            "stop": 933895690
        },
        {
            "start": 933897396,
            "stop": 933907018
        },
        {
            "start": 933909120,
            "stop": 933913203
        },
        {
            "start": 933919242,
            "stop": 933927220
        },
        {
            "start": 933928531,
            "stop": 933934316
        },
        {
            "start": 933942989,
            "stop": 933948468
        },
        {
            "start": 933951212,
            "stop": 933960011
        },
        {
            "start": 933965109,
            "stop": 933970391
        },
        {
            "start": 933984631,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933996682
        },
        {
            "start": 933999363,
            "stop": 934001553
        },
        {
            "start": 934004537,
            "stop": 934011340
        },
        {
            "start": 934012338,
            "stop": 934012829
        }
    ]
}