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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=56",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 57,
    "results": [
        {
            "start": 822326100,
            "stop": 822327014
        },
        {
            "start": 822327160,
            "stop": 822327321
        },
        {
            "start": 822327580,
            "stop": 822327661
        },
        {
            "start": 822329548,
            "stop": 822329708
        },
        {
            "start": 822329823,
            "stop": 822329879
        },
        {
            "start": 822339353,
            "stop": 822339613
        },
        {
            "start": 822339640,
            "stop": 822339642
        },
        {
            "start": 822339688,
            "stop": 822339853
        },
        {
            "start": 822339897,
            "stop": 822339899
        },
        {
            "start": 822339943,
            "stop": 822340093
        },
        {
            "start": 822340100,
            "stop": 822340102
        },
        {
            "start": 822347137,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822350893
        },
        {
            "start": 822350927,
            "stop": 822350928
        },
        {
            "start": 822351001,
            "stop": 822351673
        },
        {
            "start": 822351725,
            "stop": 822351726
        },
        {
            "start": 822351875,
            "stop": 822351966
        },
        {
            "start": 822352040,
            "stop": 822352981
        },
        {
            "start": 822354283,
            "stop": 822357606
        },
        {
            "start": 822358351,
            "stop": 822361453
        }
    ]
}