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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=16",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 17,
    "results": [
        {
            "start": 817575095,
            "stop": 817577233
        },
        {
            "start": 817577263,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577599
        },
        {
            "start": 817577663,
            "stop": 817592533
        },
        {
            "start": 817594520,
            "stop": 817596476
        },
        {
            "start": 817597348,
            "stop": 817600256
        },
        {
            "start": 817605934,
            "stop": 817606523
        },
        {
            "start": 817606764,
            "stop": 817618093
        },
        {
            "start": 817633929,
            "stop": 817662169
        },
        {
            "start": 817664610,
            "stop": 817682925
        },
        {
            "start": 817684188,
            "stop": 817687067
        },
        {
            "start": 817688327,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707343
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817753213
        },
        {
            "start": 817757865,
            "stop": 817764673
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770767
        },
        {
            "start": 817774855,
            "stop": 817781833
        }
    ]
}