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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=189",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 190,
    "results": [
        {
            "start": 849415838,
            "stop": 849427490
        },
        {
            "start": 849427810,
            "stop": 849427890
        },
        {
            "start": 849428478,
            "stop": 849443385
        },
        {
            "start": 849445377,
            "stop": 849470600
        },
        {
            "start": 849471555,
            "stop": 849477096
        },
        {
            "start": 849477558,
            "stop": 849487875
        },
        {
            "start": 849487876,
            "stop": 849554031
        },
        {
            "start": 849555995,
            "stop": 849564262
        },
        {
            "start": 849565220,
            "stop": 849568069
        },
        {
            "start": 849576463,
            "stop": 849637534
        },
        {
            "start": 849680776,
            "stop": 849705286
        },
        {
            "start": 849706362,
            "stop": 849711123
        },
        {
            "start": 849712714,
            "stop": 849719470
        },
        {
            "start": 849720590,
            "stop": 849726040
        },
        {
            "start": 849727436,
            "stop": 849728926
        },
        {
            "start": 849729869,
            "stop": 849750623
        },
        {
            "start": 849752708,
            "stop": 849774015
        },
        {
            "start": 849777933,
            "stop": 849786094
        },
        {
            "start": 849794224,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        }
    ]
}