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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=270",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 271,
    "results": [
        {
            "start": 821524615,
            "stop": 821524996
        },
        {
            "start": 821525004,
            "stop": 821525107
        },
        {
            "start": 821525116,
            "stop": 821525419
        },
        {
            "start": 821525426,
            "stop": 821526463
        },
        {
            "start": 821526470,
            "stop": 821526636
        },
        {
            "start": 821526644,
            "stop": 821526825
        },
        {
            "start": 821526833,
            "stop": 821526961
        },
        {
            "start": 821526968,
            "stop": 821527208
        },
        {
            "start": 821527215,
            "stop": 821527337
        },
        {
            "start": 821527344,
            "stop": 821527750
        },
        {
            "start": 821527757,
            "stop": 821527848
        },
        {
            "start": 821527855,
            "stop": 821527992
        },
        {
            "start": 821527999,
            "stop": 821528439
        },
        {
            "start": 821528446,
            "stop": 821528653
        },
        {
            "start": 821528919,
            "stop": 821528990
        },
        {
            "start": 821528997,
            "stop": 821530748
        },
        {
            "start": 821530755,
            "stop": 821531053
        },
        {
            "start": 821531060,
            "stop": 821531637
        },
        {
            "start": 821531644,
            "stop": 821531680
        },
        {
            "start": 821531687,
            "stop": 821532023
        }
    ]
}