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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=292",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 293,
    "results": [
        {
            "start": 1177929095,
            "stop": 1177929096
        },
        {
            "start": 1177929098,
            "stop": 1177929416
        },
        {
            "start": 1177929418,
            "stop": 1177929421
        },
        {
            "start": 1177929422,
            "stop": 1177929531
        },
        {
            "start": 1177929532,
            "stop": 1177929542
        },
        {
            "start": 1177929543,
            "stop": 1177929878
        },
        {
            "start": 1177929880,
            "stop": 1177929925
        },
        {
            "start": 1177929929,
            "stop": 1177930691
        },
        {
            "start": 1177930695,
            "stop": 1177930757
        },
        {
            "start": 1177930761,
            "stop": 1177930833
        },
        {
            "start": 1177930836,
            "stop": 1177930975
        },
        {
            "start": 1177930976,
            "stop": 1177931129
        },
        {
            "start": 1177931131,
            "stop": 1177932953
        },
        {
            "start": 1177932957,
            "stop": 1177937444
        },
        {
            "start": 1177937445,
            "stop": 1177939897
        },
        {
            "start": 1177939901,
            "stop": 1177942116
        },
        {
            "start": 1177942118,
            "stop": 1177942119
        },
        {
            "start": 1177942122,
            "stop": 1177942124
        },
        {
            "start": 1177942126,
            "stop": 1177942145
        },
        {
            "start": 1177942147,
            "stop": 1177942151
        }
    ]
}