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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=181",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 182,
    "results": [
        {
            "start": 931473346,
            "stop": 931473399
        },
        {
            "start": 931473402,
            "stop": 931473419
        },
        {
            "start": 931473421,
            "stop": 931473436
        },
        {
            "start": 931473438,
            "stop": 931473462
        },
        {
            "start": 931473464,
            "stop": 931473466
        },
        {
            "start": 931473475,
            "stop": 931473509
        },
        {
            "start": 931473511,
            "stop": 931473523
        },
        {
            "start": 931473525,
            "stop": 931473535
        },
        {
            "start": 931473537,
            "stop": 931473545
        },
        {
            "start": 931473547,
            "stop": 931473551
        },
        {
            "start": 931473553,
            "stop": 931473600
        },
        {
            "start": 931473602,
            "stop": 931473615
        },
        {
            "start": 931473616,
            "stop": 931473634
        },
        {
            "start": 931473635,
            "stop": 931473658
        },
        {
            "start": 931473659,
            "stop": 931473661
        },
        {
            "start": 931473665,
            "stop": 931473667
        },
        {
            "start": 931473669,
            "stop": 931473677
        },
        {
            "start": 931473679,
            "stop": 931473687
        },
        {
            "start": 931473689,
            "stop": 931473691
        },
        {
            "start": 931473693,
            "stop": 931473698
        }
    ]
}