Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=433
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=434",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=432",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 433,
    "results": [
        {
            "start": 933076358,
            "stop": 933076815
        },
        {
            "start": 933077175,
            "stop": 933077193
        },
        {
            "start": 933077197,
            "stop": 933077700
        },
        {
            "start": 933077703,
            "stop": 933077712
        },
        {
            "start": 933078827,
            "stop": 933078976
        },
        {
            "start": 933078978,
            "stop": 933080415
        },
        {
            "start": 933080775,
            "stop": 933082501
        },
        {
            "start": 933082503,
            "stop": 933084015
        },
        {
            "start": 933084375,
            "stop": 933085717
        },
        {
            "start": 933089709,
            "stop": 933090500
        },
        {
            "start": 933091575,
            "stop": 933091743
        },
        {
            "start": 933091746,
            "stop": 933091757
        },
        {
            "start": 933091760,
            "stop": 933091773
        },
        {
            "start": 933091775,
            "stop": 933092254
        },
        {
            "start": 933092258,
            "stop": 933092312
        },
        {
            "start": 933092314,
            "stop": 933092372
        },
        {
            "start": 933092374,
            "stop": 933093191
        },
        {
            "start": 933095175,
            "stop": 933096060
        },
        {
            "start": 933102655,
            "stop": 933102685
        },
        {
            "start": 933104983,
            "stop": 933105615
        }
    ]
}