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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=203",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 204,
    "results": [
        {
            "start": 839627382,
            "stop": 839628931
        },
        {
            "start": 839628934,
            "stop": 839629306
        },
        {
            "start": 839631632,
            "stop": 839634417
        },
        {
            "start": 839634418,
            "stop": 839644993
        },
        {
            "start": 839646005,
            "stop": 839680151
        },
        {
            "start": 839684385,
            "stop": 839684553
        },
        {
            "start": 839684555,
            "stop": 839684580
        },
        {
            "start": 839684582,
            "stop": 839689640
        },
        {
            "start": 839689651,
            "stop": 839690760
        },
        {
            "start": 839708621,
            "stop": 839712466
        },
        {
            "start": 839712472,
            "stop": 839712477
        },
        {
            "start": 839712480,
            "stop": 839713528
        },
        {
            "start": 839713618,
            "stop": 839714944
        },
        {
            "start": 839714946,
            "stop": 839718390
        },
        {
            "start": 839719817,
            "stop": 839721684
        },
        {
            "start": 839723122,
            "stop": 839768816
        },
        {
            "start": 839768818,
            "stop": 839777293
        },
        {
            "start": 839777573,
            "stop": 839780608
        },
        {
            "start": 839780611,
            "stop": 839780626
        },
        {
            "start": 839780635,
            "stop": 839780707
        }
    ]
}