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/H1_BURST_CAT2E/segments?format=api&page=7262
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=7263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7261",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7262,
    "results": [
        {
            "start": 874938251,
            "stop": 874938264
        },
        {
            "start": 874938266,
            "stop": 874938803
        },
        {
            "start": 874938804,
            "stop": 874939093
        },
        {
            "start": 874939094,
            "stop": 874939155
        },
        {
            "start": 874939157,
            "stop": 874939190
        },
        {
            "start": 874939191,
            "stop": 874939655
        },
        {
            "start": 874939656,
            "stop": 874939659
        },
        {
            "start": 874939661,
            "stop": 874939709
        },
        {
            "start": 874939710,
            "stop": 874940082
        },
        {
            "start": 874940083,
            "stop": 874940533
        },
        {
            "start": 874940534,
            "stop": 874940553
        },
        {
            "start": 874940554,
            "stop": 874940597
        },
        {
            "start": 874940599,
            "stop": 874940861
        },
        {
            "start": 874940863,
            "stop": 874941172
        },
        {
            "start": 874941173,
            "stop": 874941343
        },
        {
            "start": 874941344,
            "stop": 874941617
        },
        {
            "start": 874941618,
            "stop": 874941742
        },
        {
            "start": 874941744,
            "stop": 874941788
        },
        {
            "start": 874941789,
            "stop": 874941811
        },
        {
            "start": 874941812,
            "stop": 874941813
        }
    ]
}