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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3787",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3788,
    "results": [
        {
            "start": 874460100,
            "stop": 874460140
        },
        {
            "start": 874460157,
            "stop": 874460171
        },
        {
            "start": 874460188,
            "stop": 874460194
        },
        {
            "start": 874460211,
            "stop": 874460236
        },
        {
            "start": 874460253,
            "stop": 874460278
        },
        {
            "start": 874460295,
            "stop": 874460358
        },
        {
            "start": 874460375,
            "stop": 874460460
        },
        {
            "start": 874460520,
            "stop": 874460678
        },
        {
            "start": 874460695,
            "stop": 874460905
        },
        {
            "start": 874460922,
            "stop": 874461003
        },
        {
            "start": 874461020,
            "stop": 874461028
        },
        {
            "start": 874461045,
            "stop": 874461530
        },
        {
            "start": 874461548,
            "stop": 874461909
        },
        {
            "start": 874461926,
            "stop": 874462693
        },
        {
            "start": 874462710,
            "stop": 874462980
        },
        {
            "start": 874463040,
            "stop": 874464183
        },
        {
            "start": 874464202,
            "stop": 874464466
        },
        {
            "start": 874464483,
            "stop": 874464487
        },
        {
            "start": 874464504,
            "stop": 874464738
        },
        {
            "start": 874464763,
            "stop": 874465556
        }
    ]
}