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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=306",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 307,
    "results": [
        {
            "start": 866325596,
            "stop": 866325696
        },
        {
            "start": 866326015,
            "stop": 866333482
        },
        {
            "start": 866333902,
            "stop": 866353506
        },
        {
            "start": 866355458,
            "stop": 866355781
        },
        {
            "start": 866356081,
            "stop": 866382203
        },
        {
            "start": 866382366,
            "stop": 866386563
        },
        {
            "start": 866389454,
            "stop": 866389609
        },
        {
            "start": 866389611,
            "stop": 866389699
        },
        {
            "start": 866390185,
            "stop": 866391666
        },
        {
            "start": 866392264,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866396833
        },
        {
            "start": 866397165,
            "stop": 866397897
        },
        {
            "start": 866398007,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866410768
        },
        {
            "start": 866411068,
            "stop": 866411263
        },
        {
            "start": 866411373,
            "stop": 866411593
        },
        {
            "start": 866411893,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413627
        },
        {
            "start": 866415470,
            "stop": 866420050
        },
        {
            "start": 866420052,
            "stop": 866447370
        }
    ]
}