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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1702",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1700",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1701,
    "results": [
        {
            "start": 957681396,
            "stop": 957681608
        },
        {
            "start": 957681610,
            "stop": 957681629
        },
        {
            "start": 957681631,
            "stop": 957682034
        },
        {
            "start": 957682036,
            "stop": 957682912
        },
        {
            "start": 957682914,
            "stop": 957682942
        },
        {
            "start": 957682944,
            "stop": 957682956
        },
        {
            "start": 957682958,
            "stop": 957684254
        },
        {
            "start": 957684258,
            "stop": 957684863
        },
        {
            "start": 957684865,
            "stop": 957685344
        },
        {
            "start": 957685345,
            "stop": 957685708
        },
        {
            "start": 957685710,
            "stop": 957685905
        },
        {
            "start": 957685907,
            "stop": 957686587
        },
        {
            "start": 957686589,
            "stop": 957686599
        },
        {
            "start": 957686600,
            "stop": 957686780
        },
        {
            "start": 957686782,
            "stop": 957686906
        },
        {
            "start": 957686908,
            "stop": 957687125
        },
        {
            "start": 957687127,
            "stop": 957687170
        },
        {
            "start": 957687172,
            "stop": 957687601
        },
        {
            "start": 957687603,
            "stop": 957687618
        },
        {
            "start": 957687619,
            "stop": 957687869
        }
    ]
}