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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=280",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 281,
    "results": [
        {
            "start": 861994124,
            "stop": 861996593
        },
        {
            "start": 861997760,
            "stop": 861998431
        },
        {
            "start": 861998618,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862115511
        },
        {
            "start": 862115512,
            "stop": 862130451
        },
        {
            "start": 862131933,
            "stop": 862139529
        },
        {
            "start": 862141626,
            "stop": 862158423
        },
        {
            "start": 862159557,
            "stop": 862159628
        },
        {
            "start": 862159928,
            "stop": 862159957
        },
        {
            "start": 862160366,
            "stop": 862160575
        },
        {
            "start": 862160875,
            "stop": 862161320
        },
        {
            "start": 862161713,
            "stop": 862163226
        },
        {
            "start": 862163336,
            "stop": 862164819
        },
        {
            "start": 862165119,
            "stop": 862165238
        },
        {
            "start": 862165348,
            "stop": 862165688
        },
        {
            "start": 862165988,
            "stop": 862167802
        },
        {
            "start": 862168790,
            "stop": 862169388
        },
        {
            "start": 862169688,
            "stop": 862176751
        }
    ]
}