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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33287",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33288,
    "results": [
        {
            "start": 971005752,
            "stop": 971005763
        },
        {
            "start": 971005764,
            "stop": 971005776
        },
        {
            "start": 971005777,
            "stop": 971005778
        },
        {
            "start": 971005781,
            "stop": 971005795
        },
        {
            "start": 971005798,
            "stop": 971005806
        },
        {
            "start": 971005808,
            "stop": 971005812
        },
        {
            "start": 971005813,
            "stop": 971005823
        },
        {
            "start": 971005826,
            "stop": 971005828
        },
        {
            "start": 971005830,
            "stop": 971005871
        },
        {
            "start": 971005874,
            "stop": 971005875
        },
        {
            "start": 971005878,
            "stop": 971005885
        },
        {
            "start": 971005888,
            "stop": 971005891
        },
        {
            "start": 971005892,
            "stop": 971005909
        },
        {
            "start": 971005914,
            "stop": 971005921
        },
        {
            "start": 971005922,
            "stop": 971005925
        },
        {
            "start": 971005928,
            "stop": 971005956
        },
        {
            "start": 971005959,
            "stop": 971005965
        },
        {
            "start": 971005970,
            "stop": 971005988
        },
        {
            "start": 971005989,
            "stop": 971005997
        },
        {
            "start": 971005998,
            "stop": 971006002
        }
    ]
}