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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=299",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 300,
    "results": [
        {
            "start": 1240392691,
            "stop": 1240392739
        },
        {
            "start": 1240392740,
            "stop": 1240393093
        },
        {
            "start": 1240393094,
            "stop": 1240393291
        },
        {
            "start": 1240393292,
            "stop": 1240393376
        },
        {
            "start": 1240393379,
            "stop": 1240393441
        },
        {
            "start": 1240393443,
            "stop": 1240393467
        },
        {
            "start": 1240393468,
            "stop": 1240393532
        },
        {
            "start": 1240393535,
            "stop": 1240393621
        },
        {
            "start": 1240393622,
            "stop": 1240393941
        },
        {
            "start": 1240393942,
            "stop": 1240394198
        },
        {
            "start": 1240394201,
            "stop": 1240394600
        },
        {
            "start": 1240394601,
            "stop": 1240394701
        },
        {
            "start": 1240394702,
            "stop": 1240394875
        },
        {
            "start": 1240394876,
            "stop": 1240394914
        },
        {
            "start": 1240394915,
            "stop": 1240395065
        },
        {
            "start": 1240395066,
            "stop": 1240395340
        },
        {
            "start": 1240395341,
            "stop": 1240396314
        },
        {
            "start": 1240396316,
            "stop": 1240396385
        },
        {
            "start": 1240396386,
            "stop": 1240396500
        },
        {
            "start": 1240396501,
            "stop": 1240397000
        }
    ]
}