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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6630",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6631,
    "results": [
        {
            "start": 874880292,
            "stop": 874880822
        },
        {
            "start": 874880823,
            "stop": 874881022
        },
        {
            "start": 874881023,
            "stop": 874881057
        },
        {
            "start": 874881058,
            "stop": 874881129
        },
        {
            "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": 874882325,
            "stop": 874882696
        },
        {
            "start": 874882697,
            "stop": 874882706
        },
        {
            "start": 874882708,
            "stop": 874882765
        },
        {
            "start": 874882767,
            "stop": 874882865
        },
        {
            "start": 874882866,
            "stop": 874882977
        },
        {
            "start": 874882978,
            "stop": 874883228
        }
    ]
}