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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=918",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 919,
    "results": [
        {
            "start": 865339172,
            "stop": 865339352
        },
        {
            "start": 865339563,
            "stop": 865339623
        },
        {
            "start": 865339802,
            "stop": 865339862
        },
        {
            "start": 865340159,
            "stop": 865340219
        },
        {
            "start": 865340377,
            "stop": 865340497
        },
        {
            "start": 865340643,
            "stop": 865340763
        },
        {
            "start": 865340972,
            "stop": 865341392
        },
        {
            "start": 865341852,
            "stop": 865342272
        },
        {
            "start": 865342567,
            "stop": 865342807
        },
        {
            "start": 865342960,
            "stop": 865343080
        },
        {
            "start": 865343327,
            "stop": 865343447
        },
        {
            "start": 865343799,
            "stop": 865343859
        },
        {
            "start": 865344209,
            "stop": 865344329
        },
        {
            "start": 865344467,
            "stop": 865344887
        },
        {
            "start": 865357073,
            "stop": 865357673
        },
        {
            "start": 865357805,
            "stop": 865360145
        },
        {
            "start": 865360277,
            "stop": 865360337
        },
        {
            "start": 865360472,
            "stop": 865360832
        },
        {
            "start": 865360974,
            "stop": 865361424
        },
        {
            "start": 865389961,
            "stop": 865393981
        }
    ]
}