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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=398",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 399,
    "results": [
        {
            "start": 847783239,
            "stop": 847783334
        },
        {
            "start": 847783336,
            "stop": 847783367
        },
        {
            "start": 847783369,
            "stop": 847783586
        },
        {
            "start": 847783587,
            "stop": 847783590
        },
        {
            "start": 847783592,
            "stop": 847783791
        },
        {
            "start": 847783792,
            "stop": 847783793
        },
        {
            "start": 847783795,
            "stop": 847783801
        },
        {
            "start": 847783803,
            "stop": 847783804
        },
        {
            "start": 847783805,
            "stop": 847783845
        },
        {
            "start": 847783847,
            "stop": 847783921
        },
        {
            "start": 847783923,
            "stop": 847783926
        },
        {
            "start": 847783927,
            "stop": 847783960
        },
        {
            "start": 847783961,
            "stop": 847783975
        },
        {
            "start": 847783977,
            "stop": 847783997
        },
        {
            "start": 847783999,
            "stop": 847784000
        },
        {
            "start": 847784001,
            "stop": 847784002
        },
        {
            "start": 847784003,
            "stop": 847784017
        },
        {
            "start": 847784018,
            "stop": 847784053
        },
        {
            "start": 847784054,
            "stop": 847784057
        },
        {
            "start": 847784058,
            "stop": 847784085
        }
    ]
}