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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 72,
    "results": [
        {
            "start": 931242371,
            "stop": 931242377
        },
        {
            "start": 931242379,
            "stop": 931242386
        },
        {
            "start": 931242387,
            "stop": 931242401
        },
        {
            "start": 931242403,
            "stop": 931242412
        },
        {
            "start": 931242413,
            "stop": 931242420
        },
        {
            "start": 931242421,
            "stop": 931242433
        },
        {
            "start": 931242436,
            "stop": 931242457
        },
        {
            "start": 931242460,
            "stop": 931242504
        },
        {
            "start": 931242506,
            "stop": 931242556
        },
        {
            "start": 931242557,
            "stop": 931242607
        },
        {
            "start": 931242608,
            "stop": 931242698
        },
        {
            "start": 931242699,
            "stop": 931242734
        },
        {
            "start": 931242735,
            "stop": 931242826
        },
        {
            "start": 931242827,
            "stop": 931242913
        },
        {
            "start": 931242914,
            "stop": 931243083
        },
        {
            "start": 931243084,
            "stop": 931243093
        },
        {
            "start": 931243094,
            "stop": 931243139
        },
        {
            "start": 931243140,
            "stop": 931243159
        },
        {
            "start": 931243160,
            "stop": 931243195
        },
        {
            "start": 931243196,
            "stop": 931243221
        }
    ]
}