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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=170",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 171,
    "results": [
        {
            "start": 833840116,
            "stop": 833843745
        },
        {
            "start": 833843750,
            "stop": 833844352
        },
        {
            "start": 833844357,
            "stop": 833845546
        },
        {
            "start": 833846466,
            "stop": 833868583
        },
        {
            "start": 833869355,
            "stop": 833885516
        },
        {
            "start": 833887097,
            "stop": 833917996
        },
        {
            "start": 833920079,
            "stop": 833921734
        },
        {
            "start": 833926792,
            "stop": 833947540
        },
        {
            "start": 833948722,
            "stop": 833950463
        },
        {
            "start": 833954511,
            "stop": 833954611
        },
        {
            "start": 833955327,
            "stop": 833957652
        },
        {
            "start": 833974972,
            "stop": 833987293
        },
        {
            "start": 834015124,
            "stop": 834091981
        },
        {
            "start": 834093230,
            "stop": 834095617
        },
        {
            "start": 834099673,
            "stop": 834156373
        },
        {
            "start": 834158444,
            "stop": 834183062
        },
        {
            "start": 834186985,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270493
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834282013
        }
    ]
}