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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6969",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6970,
    "results": [
        {
            "start": 873805199,
            "stop": 873805281
        },
        {
            "start": 873805284,
            "stop": 873805380
        },
        {
            "start": 873805384,
            "stop": 873805387
        },
        {
            "start": 873805391,
            "stop": 873805511
        },
        {
            "start": 873805518,
            "stop": 873805525
        },
        {
            "start": 873805529,
            "stop": 873805551
        },
        {
            "start": 873805555,
            "stop": 873805567
        },
        {
            "start": 873805570,
            "stop": 873805672
        },
        {
            "start": 873805675,
            "stop": 873805944
        },
        {
            "start": 873805948,
            "stop": 873805979
        },
        {
            "start": 873805983,
            "stop": 873806043
        },
        {
            "start": 873806046,
            "stop": 873806344
        },
        {
            "start": 873806348,
            "stop": 873806361
        },
        {
            "start": 873806364,
            "stop": 873806372
        },
        {
            "start": 873806373,
            "stop": 873806429
        },
        {
            "start": 873806432,
            "stop": 873806455
        },
        {
            "start": 873806460,
            "stop": 873806481
        },
        {
            "start": 873806484,
            "stop": 873806528
        },
        {
            "start": 873806532,
            "stop": 873806698
        },
        {
            "start": 873806702,
            "stop": 873806713
        }
    ]
}