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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4180",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4181,
    "results": [
        {
            "start": 874383342,
            "stop": 874383352
        },
        {
            "start": 874383371,
            "stop": 874383432
        },
        {
            "start": 874383453,
            "stop": 874383467
        },
        {
            "start": 874383486,
            "stop": 874383508
        },
        {
            "start": 874383527,
            "stop": 874383548
        },
        {
            "start": 874383568,
            "stop": 874383597
        },
        {
            "start": 874383616,
            "stop": 874383625
        },
        {
            "start": 874383644,
            "stop": 874383664
        },
        {
            "start": 874383688,
            "stop": 874383695
        },
        {
            "start": 874383714,
            "stop": 874383717
        },
        {
            "start": 874383736,
            "stop": 874383743
        },
        {
            "start": 874383763,
            "stop": 874383764
        },
        {
            "start": 874383900,
            "stop": 874384126
        },
        {
            "start": 874384149,
            "stop": 874384165
        },
        {
            "start": 874384184,
            "stop": 874384219
        },
        {
            "start": 874384238,
            "stop": 874384255
        },
        {
            "start": 874384320,
            "stop": 874384381
        },
        {
            "start": 874384417,
            "stop": 874384423
        },
        {
            "start": 874384462,
            "stop": 874384466
        },
        {
            "start": 874384485,
            "stop": 874384557
        }
    ]
}