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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=253",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 254,
    "results": [
        {
            "start": 820992651,
            "stop": 820992654
        },
        {
            "start": 820992662,
            "stop": 820992971
        },
        {
            "start": 820992978,
            "stop": 820993813
        },
        {
            "start": 820993837,
            "stop": 820993838
        },
        {
            "start": 820995490,
            "stop": 820995793
        },
        {
            "start": 820995794,
            "stop": 820995795
        },
        {
            "start": 820997694,
            "stop": 820997773
        },
        {
            "start": 820998216,
            "stop": 820998300
        },
        {
            "start": 820998360,
            "stop": 820998373
        },
        {
            "start": 821025824,
            "stop": 821026260
        },
        {
            "start": 821026320,
            "stop": 821026518
        },
        {
            "start": 821026525,
            "stop": 821027233
        },
        {
            "start": 821027411,
            "stop": 821027416
        },
        {
            "start": 821027423,
            "stop": 821027425
        },
        {
            "start": 821032285,
            "stop": 821032287
        },
        {
            "start": 821032291,
            "stop": 821032405
        },
        {
            "start": 821032409,
            "stop": 821032434
        },
        {
            "start": 821032439,
            "stop": 821032575
        },
        {
            "start": 821032579,
            "stop": 821032680
        },
        {
            "start": 821032860,
            "stop": 821032920
        }
    ]
}