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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 28,
    "results": [
        {
            "start": 931138695,
            "stop": 931138707
        },
        {
            "start": 931138708,
            "stop": 931138724
        },
        {
            "start": 931138727,
            "stop": 931138729
        },
        {
            "start": 931138732,
            "stop": 931138733
        },
        {
            "start": 931138735,
            "stop": 931138752
        },
        {
            "start": 931138754,
            "stop": 931138772
        },
        {
            "start": 931138774,
            "stop": 931138786
        },
        {
            "start": 931138788,
            "stop": 931138801
        },
        {
            "start": 931138804,
            "stop": 931138824
        },
        {
            "start": 931138826,
            "stop": 931138829
        },
        {
            "start": 931138830,
            "stop": 931138942
        },
        {
            "start": 931138944,
            "stop": 931138955
        },
        {
            "start": 931138956,
            "stop": 931138957
        },
        {
            "start": 931138959,
            "stop": 931138968
        },
        {
            "start": 931138970,
            "stop": 931139003
        },
        {
            "start": 931139005,
            "stop": 931139010
        },
        {
            "start": 931139012,
            "stop": 931139018
        },
        {
            "start": 931139021,
            "stop": 931139027
        },
        {
            "start": 931139029,
            "stop": 931139036
        },
        {
            "start": 931139038,
            "stop": 931139044
        }
    ]
}