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=4123
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=4124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4122",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4123,
    "results": [
        {
            "start": 874251197,
            "stop": 874251217
        },
        {
            "start": 874251237,
            "stop": 874251276
        },
        {
            "start": 874251297,
            "stop": 874251336
        },
        {
            "start": 874251356,
            "stop": 874251372
        },
        {
            "start": 874251392,
            "stop": 874251418
        },
        {
            "start": 874251441,
            "stop": 874251452
        },
        {
            "start": 874251471,
            "stop": 874251478
        },
        {
            "start": 874251507,
            "stop": 874251511
        },
        {
            "start": 874251533,
            "stop": 874251539
        },
        {
            "start": 874251558,
            "stop": 874251611
        },
        {
            "start": 874251658,
            "stop": 874251672
        },
        {
            "start": 874251735,
            "stop": 874251800
        },
        {
            "start": 874251819,
            "stop": 874251834
        },
        {
            "start": 874251857,
            "stop": 874251902
        },
        {
            "start": 874251924,
            "stop": 874251940
        },
        {
            "start": 874251969,
            "stop": 874251996
        },
        {
            "start": 874252029,
            "stop": 874252035
        },
        {
            "start": 874252082,
            "stop": 874252141
        },
        {
            "start": 874252160,
            "stop": 874252162
        },
        {
            "start": 874252208,
            "stop": 874252257
        }
    ]
}