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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=242",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 243,
    "results": [
        {
            "start": 959891069,
            "stop": 959898904
        },
        {
            "start": 959900565,
            "stop": 959901315
        },
        {
            "start": 959903363,
            "stop": 959926203
        },
        {
            "start": 959928130,
            "stop": 959939104
        },
        {
            "start": 959941156,
            "stop": 959958139
        },
        {
            "start": 959959780,
            "stop": 959964857
        },
        {
            "start": 959966586,
            "stop": 959969374
        },
        {
            "start": 959971304,
            "stop": 959972565
        },
        {
            "start": 959972694,
            "stop": 959973262
        },
        {
            "start": 959975036,
            "stop": 959978294
        },
        {
            "start": 959982894,
            "stop": 959983521
        },
        {
            "start": 959983532,
            "stop": 959991135
        },
        {
            "start": 960001269,
            "stop": 960006562
        },
        {
            "start": 960006714,
            "stop": 960019825
        },
        {
            "start": 960021865,
            "stop": 960036850
        },
        {
            "start": 960038140,
            "stop": 960044461
        },
        {
            "start": 960076645,
            "stop": 960081984
        },
        {
            "start": 960085933,
            "stop": 960087516
        },
        {
            "start": 960090584,
            "stop": 960091835
        },
        {
            "start": 960094767,
            "stop": 960097383
        }
    ]
}