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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 85,
    "results": [
        {
            "start": 1410845311,
            "stop": 1410851966
        },
        {
            "start": 1410851971,
            "stop": 1410858597
        },
        {
            "start": 1410858602,
            "stop": 1410868015
        },
        {
            "start": 1410868020,
            "stop": 1410868775
        },
        {
            "start": 1410868780,
            "stop": 1410871977
        },
        {
            "start": 1410871982,
            "stop": 1410873288
        },
        {
            "start": 1410873518,
            "stop": 1410880502
        },
        {
            "start": 1410880507,
            "stop": 1410881477
        },
        {
            "start": 1410881482,
            "stop": 1410881498
        },
        {
            "start": 1410881503,
            "stop": 1410882171
        },
        {
            "start": 1410882176,
            "stop": 1410885936
        },
        {
            "start": 1410885941,
            "stop": 1410887724
        },
        {
            "start": 1410887729,
            "stop": 1410889435
        },
        {
            "start": 1410889440,
            "stop": 1410895401
        },
        {
            "start": 1410895406,
            "stop": 1410896106
        },
        {
            "start": 1410896111,
            "stop": 1410900835
        },
        {
            "start": 1410900840,
            "stop": 1410910553
        },
        {
            "start": 1410910556,
            "stop": 1410915101
        },
        {
            "start": 1410915275,
            "stop": 1410933458
        },
        {
            "start": 1410933461,
            "stop": 1410939709
        }
    ]
}