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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6517",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6518,
    "results": [
        {
            "start": 874268867,
            "stop": 874268935
        },
        {
            "start": 874268937,
            "stop": 874268961
        },
        {
            "start": 874268962,
            "stop": 874269014
        },
        {
            "start": 874269015,
            "stop": 874269089
        },
        {
            "start": 874269091,
            "stop": 874269552
        },
        {
            "start": 874269554,
            "stop": 874269605
        },
        {
            "start": 874269606,
            "stop": 874269658
        },
        {
            "start": 874269659,
            "stop": 874269823
        },
        {
            "start": 874269824,
            "stop": 874269910
        },
        {
            "start": 874269911,
            "stop": 874270014
        },
        {
            "start": 874270015,
            "stop": 874270173
        },
        {
            "start": 874270174,
            "stop": 874270229
        },
        {
            "start": 874270230,
            "stop": 874270458
        },
        {
            "start": 874270459,
            "stop": 874270583
        },
        {
            "start": 874270584,
            "stop": 874270585
        },
        {
            "start": 874270587,
            "stop": 874270604
        },
        {
            "start": 874270606,
            "stop": 874270691
        },
        {
            "start": 874270693,
            "stop": 874270851
        },
        {
            "start": 874270852,
            "stop": 874270957
        },
        {
            "start": 874270959,
            "stop": 874271318
        }
    ]
}