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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=363",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 364,
    "results": [
        {
            "start": 1265526926,
            "stop": 1265529286
        },
        {
            "start": 1265529287,
            "stop": 1265529433
        },
        {
            "start": 1265529434,
            "stop": 1265529439
        },
        {
            "start": 1265529440,
            "stop": 1265529445
        },
        {
            "start": 1265529446,
            "stop": 1265530519
        },
        {
            "start": 1265530520,
            "stop": 1265530521
        },
        {
            "start": 1265530522,
            "stop": 1265530526
        },
        {
            "start": 1265530528,
            "stop": 1265530530
        },
        {
            "start": 1265530531,
            "stop": 1265530651
        },
        {
            "start": 1265530652,
            "stop": 1265530827
        },
        {
            "start": 1265530830,
            "stop": 1265530832
        },
        {
            "start": 1265530833,
            "stop": 1265530843
        },
        {
            "start": 1265530845,
            "stop": 1265530920
        },
        {
            "start": 1265530922,
            "stop": 1265530923
        },
        {
            "start": 1265530924,
            "stop": 1265530931
        },
        {
            "start": 1265530933,
            "stop": 1265530943
        },
        {
            "start": 1265530944,
            "stop": 1265531028
        },
        {
            "start": 1265531029,
            "stop": 1265531040
        },
        {
            "start": 1265531041,
            "stop": 1265531173
        },
        {
            "start": 1265531175,
            "stop": 1265534757
        }
    ]
}