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=7249
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=7250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7248",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7249,
    "results": [
        {
            "start": 874881131,
            "stop": 874881397
        },
        {
            "start": 874881398,
            "stop": 874881603
        },
        {
            "start": 874881604,
            "stop": 874881782
        },
        {
            "start": 874881784,
            "stop": 874882009
        },
        {
            "start": 874882010,
            "stop": 874882027
        },
        {
            "start": 874882028,
            "stop": 874882034
        },
        {
            "start": 874882036,
            "stop": 874882063
        },
        {
            "start": 874882066,
            "stop": 874882264
        },
        {
            "start": 874882265,
            "stop": 874882289
        },
        {
            "start": 874882290,
            "stop": 874882324
        },
        {
            "start": 874882328,
            "stop": 874882696
        },
        {
            "start": 874882697,
            "stop": 874882706
        },
        {
            "start": 874882708,
            "stop": 874882765
        },
        {
            "start": 874882767,
            "stop": 874882865
        },
        {
            "start": 874882866,
            "stop": 874882977
        },
        {
            "start": 874882978,
            "stop": 874883228
        },
        {
            "start": 874883229,
            "stop": 874883645
        },
        {
            "start": 874883646,
            "stop": 874883737
        },
        {
            "start": 874883738,
            "stop": 874884348
        },
        {
            "start": 874884349,
            "stop": 874884429
        }
    ]
}