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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=509",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 510,
    "results": [
        {
            "start": 868313648,
            "stop": 868315312
        },
        {
            "start": 868315318,
            "stop": 868322080
        },
        {
            "start": 868322085,
            "stop": 868324342
        },
        {
            "start": 868324348,
            "stop": 868324385
        },
        {
            "start": 868324390,
            "stop": 868351272
        },
        {
            "start": 868351278,
            "stop": 868365377
        },
        {
            "start": 868365388,
            "stop": 868365390
        },
        {
            "start": 868365395,
            "stop": 868365435
        },
        {
            "start": 868365440,
            "stop": 868365442
        },
        {
            "start": 868365448,
            "stop": 868366802
        },
        {
            "start": 868366804,
            "stop": 868381900
        },
        {
            "start": 868381908,
            "stop": 868383727
        },
        {
            "start": 868383728,
            "stop": 868386112
        },
        {
            "start": 868386115,
            "stop": 868386136
        },
        {
            "start": 868386139,
            "stop": 868386266
        },
        {
            "start": 868386267,
            "stop": 868386858
        },
        {
            "start": 868386860,
            "stop": 868387804
        },
        {
            "start": 868387806,
            "stop": 868388141
        },
        {
            "start": 868388143,
            "stop": 868388249
        },
        {
            "start": 868388252,
            "stop": 868388483
        }
    ]
}