Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47019
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47018",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47019,
    "results": [
        {
            "start": 875227280,
            "stop": 875227300
        },
        {
            "start": 875227301,
            "stop": 875227308
        },
        {
            "start": 875227309,
            "stop": 875227324
        },
        {
            "start": 875227327,
            "stop": 875227334
        },
        {
            "start": 875227337,
            "stop": 875227359
        },
        {
            "start": 875227360,
            "stop": 875227396
        },
        {
            "start": 875227400,
            "stop": 875227418
        },
        {
            "start": 875227419,
            "stop": 875227437
        },
        {
            "start": 875227440,
            "stop": 875227478
        },
        {
            "start": 875227479,
            "stop": 875227490
        },
        {
            "start": 875227493,
            "stop": 875227498
        },
        {
            "start": 875227501,
            "stop": 875227506
        },
        {
            "start": 875227511,
            "stop": 875227529
        },
        {
            "start": 875227530,
            "stop": 875227568
        },
        {
            "start": 875227571,
            "stop": 875227576
        },
        {
            "start": 875227577,
            "stop": 875227604
        },
        {
            "start": 875227607,
            "stop": 875227608
        },
        {
            "start": 875227609,
            "stop": 875227625
        },
        {
            "start": 875227628,
            "stop": 875227634
        },
        {
            "start": 875227638,
            "stop": 875227654
        }
    ]
}