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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=71",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 72,
    "results": [
        {
            "start": 822944384,
            "stop": 822946933
        },
        {
            "start": 822947407,
            "stop": 822949813
        },
        {
            "start": 822949848,
            "stop": 822949850
        },
        {
            "start": 822949897,
            "stop": 822949945
        },
        {
            "start": 822950031,
            "stop": 822950953
        },
        {
            "start": 822950963,
            "stop": 822950964
        },
        {
            "start": 822951002,
            "stop": 822951024
        },
        {
            "start": 822951076,
            "stop": 822951087
        },
        {
            "start": 822951204,
            "stop": 822951220
        },
        {
            "start": 822953424,
            "stop": 822954027
        },
        {
            "start": 822954227,
            "stop": 822956879
        },
        {
            "start": 822956963,
            "stop": 822957313
        },
        {
            "start": 822957315,
            "stop": 822957317
        },
        {
            "start": 822957395,
            "stop": 822962223
        },
        {
            "start": 822962332,
            "stop": 822966493
        },
        {
            "start": 822968760,
            "stop": 822970948
        },
        {
            "start": 822971802,
            "stop": 822973347
        },
        {
            "start": 822973647,
            "stop": 822974893
        },
        {
            "start": 822974927,
            "stop": 822974928
        },
        {
            "start": 822975063,
            "stop": 822977383
        }
    ]
}