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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4670",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4671,
    "results": [
        {
            "start": 874310326,
            "stop": 874310390
        },
        {
            "start": 874310409,
            "stop": 874310512
        },
        {
            "start": 874310532,
            "stop": 874310591
        },
        {
            "start": 874310610,
            "stop": 874310690
        },
        {
            "start": 874310709,
            "stop": 874310746
        },
        {
            "start": 874310765,
            "stop": 874310781
        },
        {
            "start": 874310800,
            "stop": 874310894
        },
        {
            "start": 874310946,
            "stop": 874310996
        },
        {
            "start": 874311015,
            "stop": 874311047
        },
        {
            "start": 874311066,
            "stop": 874311125
        },
        {
            "start": 874311144,
            "stop": 874311157
        },
        {
            "start": 874311176,
            "stop": 874311259
        },
        {
            "start": 874311278,
            "stop": 874311291
        },
        {
            "start": 874311310,
            "stop": 874311428
        },
        {
            "start": 874311447,
            "stop": 874311467
        },
        {
            "start": 874311486,
            "stop": 874311504
        },
        {
            "start": 874311525,
            "stop": 874311585
        },
        {
            "start": 874311611,
            "stop": 874311710
        },
        {
            "start": 874311734,
            "stop": 874311745
        },
        {
            "start": 874311791,
            "stop": 874311822
        }
    ]
}