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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8581",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8582,
    "results": [
        {
            "start": 870415410,
            "stop": 870415500
        },
        {
            "start": 870415565,
            "stop": 870417154
        },
        {
            "start": 870417171,
            "stop": 870417231
        },
        {
            "start": 870417351,
            "stop": 870421004
        },
        {
            "start": 870421185,
            "stop": 870423504
        },
        {
            "start": 870423521,
            "stop": 870428491
        },
        {
            "start": 870428508,
            "stop": 870430048
        },
        {
            "start": 870430065,
            "stop": 870431460
        },
        {
            "start": 870431520,
            "stop": 870433175
        },
        {
            "start": 870433192,
            "stop": 870433850
        },
        {
            "start": 870433930,
            "stop": 870434054
        },
        {
            "start": 870434071,
            "stop": 870437325
        },
        {
            "start": 870437445,
            "stop": 870437709
        },
        {
            "start": 870437741,
            "stop": 870439860
        },
        {
            "start": 870439881,
            "stop": 870440526
        },
        {
            "start": 870440543,
            "stop": 870440599
        },
        {
            "start": 870440616,
            "stop": 870441877
        },
        {
            "start": 870441894,
            "stop": 870442670
        },
        {
            "start": 870442750,
            "stop": 870443210
        },
        {
            "start": 870443290,
            "stop": 870444102
        }
    ]
}