Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=674
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=673",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 674,
    "results": [
        {
            "start": 859478795,
            "stop": 859495950
        },
        {
            "start": 859511146,
            "stop": 859551345
        },
        {
            "start": 859552630,
            "stop": 859576017
        },
        {
            "start": 859577226,
            "stop": 859591362
        },
        {
            "start": 859592816,
            "stop": 859607395
        },
        {
            "start": 859608305,
            "stop": 859647517
        },
        {
            "start": 859663562,
            "stop": 859664402
        },
        {
            "start": 859664605,
            "stop": 859664958
        },
        {
            "start": 859665070,
            "stop": 859704450
        },
        {
            "start": 859705507,
            "stop": 859720436
        },
        {
            "start": 859721719,
            "stop": 859722349
        },
        {
            "start": 859725180,
            "stop": 859736184
        },
        {
            "start": 859737807,
            "stop": 859751550
        },
        {
            "start": 859751610,
            "stop": 859751625
        },
        {
            "start": 859752467,
            "stop": 859758226
        },
        {
            "start": 859759062,
            "stop": 859759256
        },
        {
            "start": 859759969,
            "stop": 859761479
        },
        {
            "start": 859762860,
            "stop": 859766654
        },
        {
            "start": 859767291,
            "stop": 859767303
        },
        {
            "start": 859767703,
            "stop": 859781250
        }
    ]
}