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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2975",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2976,
    "results": [
        {
            "start": 861074940,
            "stop": 861075120
        },
        {
            "start": 861075240,
            "stop": 861075420
        },
        {
            "start": 861075540,
            "stop": 861084164
        },
        {
            "start": 861084464,
            "stop": 861088906
        },
        {
            "start": 861090861,
            "stop": 861101460
        },
        {
            "start": 861101520,
            "stop": 861103974
        },
        {
            "start": 861103977,
            "stop": 861107640
        },
        {
            "start": 861107700,
            "stop": 861108240
        },
        {
            "start": 861108244,
            "stop": 861109652
        },
        {
            "start": 861109819,
            "stop": 861111492
        },
        {
            "start": 861111822,
            "stop": 861111960
        },
        {
            "start": 861112020,
            "stop": 861116307
        },
        {
            "start": 861116313,
            "stop": 861116340
        },
        {
            "start": 861116345,
            "stop": 861116860
        },
        {
            "start": 861116878,
            "stop": 861116880
        },
        {
            "start": 861116940,
            "stop": 861118444
        },
        {
            "start": 861118618,
            "stop": 861121010
        },
        {
            "start": 861121272,
            "stop": 861122991
        },
        {
            "start": 861122995,
            "stop": 861123001
        },
        {
            "start": 861123004,
            "stop": 861123780
        }
    ]
}