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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=95",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 96,
    "results": [
        {
            "start": 931089580,
            "stop": 931089585
        },
        {
            "start": 931089586,
            "stop": 931089589
        },
        {
            "start": 931089591,
            "stop": 931089592
        },
        {
            "start": 931089594,
            "stop": 931089597
        },
        {
            "start": 931089599,
            "stop": 931089600
        },
        {
            "start": 931089601,
            "stop": 931089612
        },
        {
            "start": 931089613,
            "stop": 931089615
        },
        {
            "start": 931089975,
            "stop": 931089979
        },
        {
            "start": 931089982,
            "stop": 931089984
        },
        {
            "start": 931089985,
            "stop": 931089995
        },
        {
            "start": 931089997,
            "stop": 931089998
        },
        {
            "start": 931090001,
            "stop": 931090002
        },
        {
            "start": 931090005,
            "stop": 931090011
        },
        {
            "start": 931090014,
            "stop": 931090022
        },
        {
            "start": 931090026,
            "stop": 931090034
        },
        {
            "start": 931090037,
            "stop": 931090043
        },
        {
            "start": 931090048,
            "stop": 931090054
        },
        {
            "start": 931090057,
            "stop": 931090063
        },
        {
            "start": 931090064,
            "stop": 931090065
        },
        {
            "start": 931090066,
            "stop": 931090067
        }
    ]
}