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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=63",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 64,
    "results": [
        {
            "start": 833744661,
            "stop": 833749188
        },
        {
            "start": 833751248,
            "stop": 833753198
        },
        {
            "start": 833754400,
            "stop": 833756542
        },
        {
            "start": 833757520,
            "stop": 833811847
        },
        {
            "start": 833813220,
            "stop": 833827227
        },
        {
            "start": 833830049,
            "stop": 833833879
        },
        {
            "start": 833834512,
            "stop": 833836623
        },
        {
            "start": 833837193,
            "stop": 833839557
        },
        {
            "start": 833840116,
            "stop": 833845576
        },
        {
            "start": 833846466,
            "stop": 833868613
        },
        {
            "start": 833869355,
            "stop": 833885546
        },
        {
            "start": 833887097,
            "stop": 833917996
        },
        {
            "start": 833920079,
            "stop": 833921734
        },
        {
            "start": 833926792,
            "stop": 833947570
        },
        {
            "start": 833948722,
            "stop": 833950463
        },
        {
            "start": 833954511,
            "stop": 833954611
        },
        {
            "start": 833955327,
            "stop": 833957682
        },
        {
            "start": 833974972,
            "stop": 833987331
        },
        {
            "start": 834015124,
            "stop": 834092011
        },
        {
            "start": 834093230,
            "stop": 834095643
        }
    ]
}