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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=154",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 155,
    "results": [
        {
            "start": 834074719,
            "stop": 834090424
        },
        {
            "start": 834090425,
            "stop": 834091980
        },
        {
            "start": 834095636,
            "stop": 834095640
        },
        {
            "start": 834095998,
            "stop": 834097570
        },
        {
            "start": 834097572,
            "stop": 834097693
        },
        {
            "start": 834099588,
            "stop": 834105126
        },
        {
            "start": 834108925,
            "stop": 834109667
        },
        {
            "start": 834109669,
            "stop": 834111722
        },
        {
            "start": 834111723,
            "stop": 834117401
        },
        {
            "start": 834119344,
            "stop": 834121606
        },
        {
            "start": 834121609,
            "stop": 834125216
        },
        {
            "start": 834125218,
            "stop": 834126661
        },
        {
            "start": 834126663,
            "stop": 834126710
        },
        {
            "start": 834127770,
            "stop": 834156418
        },
        {
            "start": 834156528,
            "stop": 834156600
        },
        {
            "start": 834156900,
            "stop": 834163753
        },
        {
            "start": 834163756,
            "stop": 834178753
        },
        {
            "start": 834185745,
            "stop": 834185832
        },
        {
            "start": 834185942,
            "stop": 834185972
        },
        {
            "start": 834186272,
            "stop": 834189173
        }
    ]
}