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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=289",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 290,
    "results": [
        {
            "start": 847618431,
            "stop": 847618515
        },
        {
            "start": 847618516,
            "stop": 847618556
        },
        {
            "start": 847618557,
            "stop": 847618566
        },
        {
            "start": 847618567,
            "stop": 847618568
        },
        {
            "start": 847618570,
            "stop": 847618608
        },
        {
            "start": 847618609,
            "stop": 847618635
        },
        {
            "start": 847618638,
            "stop": 847618639
        },
        {
            "start": 847618640,
            "stop": 847618654
        },
        {
            "start": 847618656,
            "stop": 847618675
        },
        {
            "start": 847618677,
            "stop": 847618696
        },
        {
            "start": 847618697,
            "stop": 847618866
        },
        {
            "start": 847618868,
            "stop": 847618935
        },
        {
            "start": 847618936,
            "stop": 847619181
        },
        {
            "start": 847619182,
            "stop": 847619235
        },
        {
            "start": 847619236,
            "stop": 847619247
        },
        {
            "start": 847619248,
            "stop": 847619250
        },
        {
            "start": 847619251,
            "stop": 847619292
        },
        {
            "start": 847619294,
            "stop": 847619314
        },
        {
            "start": 847619316,
            "stop": 847619358
        },
        {
            "start": 847619360,
            "stop": 847619378
        }
    ]
}